mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Change console.log to error.
This commit is contained in:
parent
9138a6e407
commit
6f73a73926
@ -42,15 +42,14 @@ export default {
|
||||
},
|
||||
})
|
||||
.then(() => {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(
|
||||
'Erfolgreich senden der Confirmation Link an die E-Mail des Users!',
|
||||
this.email,
|
||||
this.$toasted.global.success(
|
||||
'Erfolgreich senden der Confirmation Link an die E-Mail des Users!' + this.email,
|
||||
)
|
||||
})
|
||||
.catch((error) => {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('Fehler beim senden des confirmation link an den Benutzer', error)
|
||||
this.$toasted.global.error(
|
||||
'Fehler beim senden des confirmation link an den Benutzer' + error,
|
||||
)
|
||||
})
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user