mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
log debug
This commit is contained in:
@@ -13,11 +13,13 @@ namespace Bit.iOS.Autofill
|
|||||||
|
|
||||||
public override void ViewDidLoad()
|
public override void ViewDidLoad()
|
||||||
{
|
{
|
||||||
|
System.Diagnostics.Debug.WriteLine("AUTOFILL view did load");
|
||||||
base.ViewDidLoad();
|
base.ViewDidLoad();
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void PrepareCredentialList(ASCredentialServiceIdentifier[] serviceIdentifiers)
|
public override void PrepareCredentialList(ASCredentialServiceIdentifier[] serviceIdentifiers)
|
||||||
{
|
{
|
||||||
|
System.Diagnostics.Debug.WriteLine("AUTOFILL Got identifiers " + serviceIdentifiers.Length);
|
||||||
base.PrepareCredentialList(serviceIdentifiers);
|
base.PrepareCredentialList(serviceIdentifiers);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user