feat: make login land on protected portal

This commit is contained in:
Codex
2026-03-24 17:07:40 +08:00
parent dfbe28a047
commit da1586f6fe
4 changed files with 24 additions and 23 deletions

View File

@@ -80,6 +80,7 @@
<version>${jetty.version}</version>
<configuration>
<scanIntervalSeconds>0</scanIntervalSeconds>
<webAppSourceDirectory>${project.basedir}/web</webAppSourceDirectory>
<webApp>
<contextPath>/</contextPath>
</webApp>