Fixes broken flow

This commit is contained in:
Nithin David Thomas
2024-02-15 00:23:16 +05:30
parent 54bd3c38d5
commit f598b6886f
8 changed files with 174 additions and 50 deletions
@@ -61,3 +61,7 @@ export default {
},
};
export const DEFAULT_REDIRECT_URL = '/app/';
export const ONBOARDING_STEP_NAMES = {
INVITE: 'invite_team',
};