Rename oidc rendered login.html to oidc_login.html

This commit is contained in:
Johannes Zellner
2025-07-11 12:23:41 +02:00
parent 66d1de0821
commit 2fe84293b3
4 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ export default defineConfig({
authcallback: resolve('authcallback.html'),
filemanager: resolve('filemanager.html'),
index: resolve('index.html'),
login: resolve('login.html'),
oidc_login: resolve('oidc_login.html'),
oidc_error: resolve('oidc_error.html'),
oidc_interaction_confirm: resolve('oidc_interaction_confirm.html'),
oidc_interaction_abort: resolve('oidc_interaction_abort.html'),