feat: add signup link to login and create signup dummy page
This commit is contained in:
@@ -5,6 +5,7 @@ export const EXECUTION = (executionId: string): string =>
|
||||
`/executions/${executionId}`;
|
||||
|
||||
export const LOGIN = '/login';
|
||||
export const SIGNUP = '/sign-up';
|
||||
|
||||
export const APPS = '/apps';
|
||||
export const NEW_APP_CONNECTION = '/apps/new';
|
||||
|
Reference in New Issue
Block a user