From 198f1e4fe677df5402018b6bba112737d3abce99 Mon Sep 17 00:00:00 2001 From: pavelbannov Date: Tue, 11 May 2021 22:30:37 +0300 Subject: [PATCH] Settings: fixed tfaapp/confirm --- web/ASC.Web.Api/Controllers/SettingsController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ASC.Web.Api/Controllers/SettingsController.cs b/web/ASC.Web.Api/Controllers/SettingsController.cs index 85b27d66ee..5d9e97671f 100644 --- a/web/ASC.Web.Api/Controllers/SettingsController.cs +++ b/web/ASC.Web.Api/Controllers/SettingsController.cs @@ -1415,7 +1415,7 @@ namespace ASC.Api.Settings } [Read("tfaapp/confirm")] - public string TfaConfirmUrl() + public object TfaConfirmUrl() { var user = UserManager.GetUsers(AuthContext.CurrentAccount.ID); if (StudioSmsNotificationSettingsHelper.IsVisibleSettings() && StudioSmsNotificationSettingsHelper.Enable)// && smsConfirm.ToLower() != "true")