mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
replace password copied
This commit is contained in:
@@ -255,7 +255,8 @@ namespace Bit.App.Pages
|
|||||||
public async Task CopyAsync()
|
public async Task CopyAsync()
|
||||||
{
|
{
|
||||||
await _platformUtilsService.CopyToClipboardAsync(Password);
|
await _platformUtilsService.CopyToClipboardAsync(Password);
|
||||||
_platformUtilsService.ShowToast("success", null, AppResources.CopiedPassword);
|
_platformUtilsService.ShowToast("success", null,
|
||||||
|
string.Format(AppResources.ValueHasBeenCopied, AppResources.Password));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void LoadFromOptions()
|
private void LoadFromOptions()
|
||||||
|
|||||||
Reference in New Issue
Block a user