Change redirect on login to be the landing or creator page if present
This commit is contained in:
@@ -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 }
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user