mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 13:55:01 +02:00
Add notifications to give feedback after some actions
This commit is contained in:
@ -32,6 +32,7 @@
|
||||
await this.form.post('/api/v1/groups')
|
||||
|
||||
if( this.form.errors.any() === false ) {
|
||||
this.$notify({ type: 'is-success', text: this.$t('groups.group_successfully_created') })
|
||||
this.$router.push({ name: 'groups' });
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user