fix(Admin): lint error

This commit is contained in:
Matthieu Bessat 2020-09-02 23:05:10 +02:00
parent 2020e79cab
commit d9f09065b4

View file

@ -113,10 +113,9 @@ export default {
window.localStorage.setItem('adminToken', adminToken)
this.loading = false
this.enabled = true
// set sentry meta data to debug
Sentry.setTag('user.type', 'admin')
Sentry.setUser({type: "admin"})
Sentry.setUser({ type: 'admin' })
// this.$store.commit('ADD_ALERT', {
// color: 'success',
// text: 'Vous voilà connecté !'