Move oidc error page into vite

This commit is contained in:
Johannes Zellner
2024-12-13 23:02:31 +01:00
parent d9402bc24d
commit 8dd4b58227
3 changed files with 11 additions and 6 deletions
+1
View File
@@ -24,6 +24,7 @@ export default defineConfig({
filemanager: resolve('filemanager.html'),
index: resolve('index.html'),
login: resolve('login.html'),
oidc_error: resolve('oidc_error.html'),
logs: resolve('logs.html'),
notfound: resolve('notfound.html'),
passwordreset: resolve('passwordreset.html'),