Fix merge from main

This commit is contained in:
Federico Maccaroni 2024-01-25 13:20:13 -03:00
parent 0aef241df6
commit 05677f93c5
No known key found for this signature in database
GPG key ID: 5D233F8F2B034536

View file

@ -33,7 +33,7 @@ namespace Bit.App.Pages
AppResources.ContinueToHelpCenter,
ExternalLinksConstants.HELP_CENTER), allowsMultipleExecutions: false);
GoToPrivacyPolicyCommand = CreateDefaultAsyncCommnad(
GoToPrivacyPolicyCommand = CreateDefaultAsyncRelayCommand(
() => LaunchUriAsync(AppResources.PrivacyPolicyDescriptionLong,
AppResources.ContinueToPrivacyPolicy,
ExternalLinksConstants.PRIVACY_POLICY), allowsMultipleExecutions: false);