diff --git a/client/src/router/index.js b/client/src/router/index.js index 90fbdf55..720f7d85 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -22,7 +22,7 @@ import roomRoutes from './room.routes'; import store from '@/store/index'; import {LAYOUT_SIMPLE} from '@/router/core.constants'; -import {EMAIL_NOT_VERIFIED_STATE, NO_VALID_LICENSE_STATE, SUCCESS_STATE} from "./oauth.names"; +import {EMAIL_NOT_VERIFIED_STATE, NO_VALID_LICENSE_STATE, SUCCESS_STATE} from './oauth.names'; const postLoginRedirectUrlKey = 'postLoginRedirectionUrl';