diff --git a/frontend/src/views/SettingsView.vue b/frontend/src/views/SettingsView.vue index 61f9f98..75e4b03 100644 --- a/frontend/src/views/SettingsView.vue +++ b/frontend/src/views/SettingsView.vue @@ -347,13 +347,6 @@ async function geocodeLocation(key: 'home' | 'work') { } } -function toggleWorkDay(day: number) { - const days = briefingConfig.value.work_days; - const idx = days.indexOf(day); - if (idx === -1) days.push(day); - else days.splice(idx, 1); - days.sort(); -} async function saveBriefingSettings() { @@ -1578,93 +1571,104 @@ function formatUserDate(iso: string): string {
Used for password resets and notifications.
-Required to confirm the change.
-+ Your account is managed by an external identity provider. + Email and password changes are made through your provider, not here. +
Must be at least 8 characters
-- Passwords do not match -
-Used for password resets and notifications.
+Required to confirm the change.
+Must be at least 8 characters
++ Passwords do not match +
+- Sign out all other devices and sessions. Use this after an SSO password change + Sign out all other devices and sessions. Use this after a password change to ensure stale sessions are revoked.
Which days do you go into the office? Used to decide whether to include the 8am check-in slot.
-