mirror of
https://github.com/bitwarden/mobile
synced 2026-01-03 09:03:35 +00:00
add item to cred store when added from extension
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Bit.iOS.Autofill
|
||||
|
||||
async partial void SaveBarButton_Activated(UIBarButtonItem sender)
|
||||
{
|
||||
await this.SaveAsync();
|
||||
await SaveAsync();
|
||||
}
|
||||
|
||||
public override void PrepareForSegue(UIStoryboardSegue segue, NSObject sender)
|
||||
|
||||
Reference in New Issue
Block a user