Change redirect on login to be the landing or creator page if present

This commit is contained in:
2025-01-16 03:38:22 -05:00
parent 7bea18f2c0
commit 13ecfdb8c2

View File

@@ -29,7 +29,7 @@ export const useCreatorProfileStore = defineStore('creator-profile', () => {
const value = useSessionStorage( const value = useSessionStorage(
'creator-profile', 'creator-profile',
{}, undefined,
{ writeDefaults: false } { writeDefaults: false }
); );