update: seperate routes for login and signup added
This commit is contained in:
@@ -20,3 +20,5 @@ export const createQueryParams = (params: any) => {
|
||||
.map((k) => encodeURIComponent(k) + '=' + encodeURIComponent(params[k]))
|
||||
.join('&');
|
||||
};
|
||||
|
||||
export const hasWindow = (): boolean => typeof window !== 'undefined';
|
||||
|
Reference in New Issue
Block a user