diff --git a/Kemkas.Web/Areas/Identity/Pages/Account/Manage/EnableAuthenticator.cshtml b/Kemkas.Web/Areas/Identity/Pages/Account/Manage/EnableAuthenticator.cshtml index fefa57f..d73358a 100644 --- a/Kemkas.Web/Areas/Identity/Pages/Account/Manage/EnableAuthenticator.cshtml +++ b/Kemkas.Web/Areas/Identity/Pages/Account/Manage/EnableAuthenticator.cshtml @@ -22,7 +22,7 @@
Scan the QR Code or enter this key @Model.SharedKey into your two factor authenticator app. Spaces and casing do not matter.
-Please check your email to confirm your account.
-} diff --git a/Kemkas.Web/Controllers/CharacterController.cs b/Kemkas.Web/Controllers/CharacterController.cs index 40e0c70..14136ec 100644 --- a/Kemkas.Web/Controllers/CharacterController.cs +++ b/Kemkas.Web/Controllers/CharacterController.cs @@ -2,6 +2,7 @@ using System.ComponentModel.DataAnnotations; using Kemkas.Web.Db.Models; using Kemkas.Web.Services.Character; using Kemkas.Web.ViewModels; +using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; namespace Kemkas.Web.Controllers; @@ -16,7 +17,7 @@ public class CharacterController( : ControllerBase { [HttpPost] - public async Task