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(
|
||||
'creator-profile',
|
||||
{},
|
||||
undefined,
|
||||
{ writeDefaults: false }
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user