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