fix(Admin): lint error
This commit is contained in:
parent
2020e79cab
commit
d9f09065b4
1 changed files with 1 additions and 2 deletions
|
@ -113,10 +113,9 @@ export default {
|
||||||
window.localStorage.setItem('adminToken', adminToken)
|
window.localStorage.setItem('adminToken', adminToken)
|
||||||
this.loading = false
|
this.loading = false
|
||||||
this.enabled = true
|
this.enabled = true
|
||||||
|
|
||||||
// set sentry meta data to debug
|
// set sentry meta data to debug
|
||||||
Sentry.setTag('user.type', 'admin')
|
Sentry.setTag('user.type', 'admin')
|
||||||
Sentry.setUser({type: "admin"})
|
Sentry.setUser({ type: 'admin' })
|
||||||
// this.$store.commit('ADD_ALERT', {
|
// this.$store.commit('ADD_ALERT', {
|
||||||
// color: 'success',
|
// color: 'success',
|
||||||
// text: 'Vous voilà connecté !'
|
// text: 'Vous voilà connecté !'
|
||||||
|
|
Loading…
Reference in a new issue