mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 09:43:27 +00:00
[SG-471] Added mock services. Added Accept/reject command binding, navigation and toast messages.
This commit is contained in:
@@ -468,5 +468,9 @@ namespace Bit.Core.Services
|
||||
TwoFactorProvidersData = null;
|
||||
SelectedTwoFactorProviderType = null;
|
||||
}
|
||||
|
||||
public async Task<AuthResult> GetLogInPasswordlessRequestsAsync() => await Task.FromResult<AuthResult>(new AuthResult());
|
||||
public async Task<AuthResult> LogInPasswordlessAcceptAsync() => await Task.FromResult<AuthResult>(new AuthResult());
|
||||
public async Task<AuthResult> LogInPasswordlessRejectAsync() => await Task.FromResult<AuthResult>(new AuthResult());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user