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

@@ -15,7 +15,7 @@ const password = ref('');
const totpToken = ref('');
const totpTokenRequired = ref(false);
// coming from login.html template
// coming from oidc_login.html template
const name = window.cloudron.name;
const note = window.cloudron.note;
const iconUrl = window.cloudron.iconUrl;