Move creator into events structure
This commit is contained in:
@@ -23,7 +23,7 @@ export const GET: RequestHandler = async ({ url }) => {
|
||||
const html = `
|
||||
<script>
|
||||
localStorage.setItem('gmail_refresh_token', ${JSON.stringify(refreshToken)});
|
||||
location = '/private/creator';
|
||||
location = '/private/events/creator';
|
||||
</script>`;
|
||||
return new Response(html, { headers: { 'Content-Type': 'text/html' } });
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user