Move proxyauth page to vite

This commit is contained in:
Johannes Zellner
2024-12-14 00:35:31 +01:00
parent 571d510423
commit 7438576bb1
3 changed files with 22 additions and 18 deletions

View File

@@ -25,6 +25,9 @@ export default defineConfig({
index: resolve('index.html'),
login: resolve('login.html'),
oidc_error: resolve('oidc_error.html'),
oidc_interaction_confirm: resolve('oidc_interaction_confirm.html'),
oidc_interaction_abort: resolve('oidc_interaction_abort.html'),
proxyauth_login: resolve('proxyauth_login.html'),
logs: resolve('logs.html'),
notfound: resolve('notfound.html'),
passwordreset: resolve('passwordreset.html'),