|
|
@ -13,7 +13,7 @@ using Microsoft.AspNetCore.Authorization; |
|
|
using Microsoft.AspNetCore.Identity; |
|
|
using Microsoft.AspNetCore.Identity; |
|
|
using Microsoft.AspNetCore.Identity.MongoDB; |
|
|
using Microsoft.AspNetCore.Identity.MongoDB; |
|
|
using Microsoft.AspNetCore.Mvc; |
|
|
using Microsoft.AspNetCore.Mvc; |
|
|
|
|
|
// ReSharper disable RedundantIfElseBlock
|
|
|
// ReSharper disable ConvertIfStatementToReturnStatement
|
|
|
// ReSharper disable ConvertIfStatementToReturnStatement
|
|
|
|
|
|
|
|
|
namespace PinkParrot.Modules.UI.Account |
|
|
namespace PinkParrot.Modules.UI.Account |
|
|
|