fix: prevent login JS crash when returnUrl is empty

Replace eval-built form submit with tsaLogin.submitForm so a missing returnUrl no longer produces invalid JavaScript.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-14 15:19:11 -04:00
co-authored by Cursor
parent afdabd179a
commit 980a7213a4
3 changed files with 38 additions and 10 deletions
+1
View File
@@ -26,6 +26,7 @@
<script src="_content/PSC.Blazor.Components.MarkdownEditor/js/easymde.min.js"></script>
<script src="_content/PSC.Blazor.Components.MarkdownEditor/js/markdownEditor.js"></script>
<script src="js/markdownTablePaste.js"></script>
<script src="js/login.js"></script>
</body>
</html>