TT#140900 Issue - Login - Unable to log in

Change-Id: Ifb13220cf8cd0ad30fa2cfe2cabd874d478f2583
mr10.0.1
Sergii Leonenko 4 years ago committed by Hans-Peter Herzog
parent 7622769035
commit 185d22788c

1
.gitignore vendored

@ -33,6 +33,7 @@ yarn-error.log*
*.njsproj
*.sln
/src/config/app.js
/src/config.js
/junit.xml

@ -1,6 +1,5 @@
'use strict'
import router from '../router'
import Vue from 'vue'
import _ from 'lodash'
import {
@ -394,7 +393,7 @@ export default {
},
async forwardHome (context) {
if (context.rootState.route?.path === '/user/dashboard' && !context.getters.isRtcEngineUiVisible) {
await router.push({ path: '/user/conversations' })
await this.$router.push({ path: '/user/conversations' })
}
},
async getCustomLogo (context) {

Loading…
Cancel
Save