-
- @L["Auth_Login_Title"]
- @L["Auth_Login_Subtitle"]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- @if (!string.IsNullOrEmpty(message))
- {
-
- @message
-
- }
-
-
-
-
-
-@code {
- private LoginDto loginModel = new();
- private bool isSubmitting = false;
- private string message = "";
- private bool success = false;
-
- ///