Fix linting error

This commit is contained in:
Christian Cueni 2021-06-23 14:49:08 +02:00
parent e1825399c8
commit b55e9a26d3
1 changed files with 1 additions and 1 deletions

View File

@ -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';