Add Microsoft Authenticator to supported applications (#3704)
This commit is contained in:
parent
b7e4db8e15
commit
da4e740a8d
2 changed files with 4 additions and 2 deletions
|
@ -22,7 +22,8 @@ describe("Policies", () => {
|
|||
it("should change to hotp", () => {
|
||||
otpPoliciesPage.checkSupportedApplications(
|
||||
"FreeOTP",
|
||||
"Google Authenticator"
|
||||
"Google Authenticator",
|
||||
"Microsoft Authenticator"
|
||||
);
|
||||
otpPoliciesPage.setPolicyType("hotp").increaseInitialCounter().save();
|
||||
masthead.checkNotificationMessage("OTP policy successfully updated");
|
||||
|
|
|
@ -30,7 +30,8 @@
|
|||
"supportedApplications": "Supported applications",
|
||||
"otpSupportedApplications": {
|
||||
"totpAppFreeOTPName": "FreeOTP",
|
||||
"totpAppGoogleName": "Google Authenticator"
|
||||
"totpAppGoogleName": "Google Authenticator",
|
||||
"totpAppMicrosoftAuthenticatorName": "Microsoft Authenticator"
|
||||
},
|
||||
"updateOtpSuccess": "OTP policy successfully updated",
|
||||
"updateOtpError": "Could not update OTP policy: {{error}}",
|
||||
|
|
Loading…
Reference in a new issue