Private
Public Access
1
0

Default Settings page to Profile tab

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Catherine Renelle
2026-02-15 23:56:48 -05:00
parent beb0ef521b
commit ac08e21e55
+1 -1
View File
@@ -840,7 +840,7 @@ import type { SyncConnection, LinkedAccountInfo, Account, SyncLogEntry, PlaidCre
const authStore = useAuthStore()
const router = useRouter()
const activeTab = ref('connections')
const activeTab = ref('profile')
// Profile
const profile = ref<UserProfile | null>(null)