mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
Merge branch 'feature/pm-1208-f3-options' into auth/pm-2293-tde-auth-requests
# Conflicts: # src/App/Pages/Accounts/LoginPasswordlessRequestViewModel.cs
This commit is contained in:
@@ -310,7 +310,7 @@ namespace Bit.App.Pages
|
||||
{
|
||||
if (response == null)
|
||||
{
|
||||
throw new ArgumentNullException(AppResources.GenericErrorMessage);
|
||||
throw new ArgumentNullException(nameof(response));
|
||||
}
|
||||
|
||||
if (createPendingAdminRequest)
|
||||
|
||||
Reference in New Issue
Block a user