Formatting, tidy up, transparent auth dialog background.

This commit is contained in:
Leo Vasanko
2025-12-03 11:33:24 -06:00
parent 1ffc918a88
commit ad374f5dda
4 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ const canAuthenticate = computed(() => {
const headingTitle = computed(() => {
if (props.mode === 'reauth') {
return `🔐 Additional Verification Required`
return `🔐 Additional Authentication`
}
if (props.mode === 'forbidden' || currentView.value === 'forbidden') return '🚫 Forbidden'
return `🔐 ${settings.value?.rp_name || location.origin}`