1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-14 07:13:33 +00:00

icons in vault listing

This commit is contained in:
Kyle Spearrin
2017-10-20 15:24:40 -04:00
parent 5cb3e15201
commit 37974c7ec8
37 changed files with 347 additions and 189 deletions

View File

@@ -145,7 +145,7 @@ namespace Bit.Android
_deviceActionService.CopyToClipboard(App.Utilities.Crypto.Totp(cipher.LoginTotp.Value));
}
data.PutExtra("uri", cipher.LoginUri.Value);
data.PutExtra("uri", cipher.LoginUri);
data.PutExtra("username", cipher.LoginUsername);
data.PutExtra("password", cipher.LoginPassword.Value);
}