ask confirmation to toggle admin status to an user

This commit is contained in:
lesion
2022-06-23 15:50:48 +02:00
parent 24efa270b6
commit 7255e791e8
3 changed files with 8 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
color='orange') {{$t('login.not_registered')}}
v-btn(color='success'
type='submit'
type='submit' outlined
:disabled='!valid || loading' :loading='loading') {{$t('common.login')}}
</template>