UX changes

This commit is contained in:
Douglas Barone 2022-03-31 10:42:07 -04:00
parent e79f16cb81
commit 0e5f83284a
2 changed files with 7 additions and 6 deletions

View File

@ -41,12 +41,6 @@ export default {
route: { name: 'user-presence' }, route: { name: 'user-presence' },
role: 'watcher' role: 'watcher'
}, },
{
title: 'Senha de estudante',
icon: 'mdi-account-key',
route: { name: 'replace-student-password' },
role: 'tokenCreator'
},
{ {
title: 'Criar token', title: 'Criar token',
icon: 'mdi-qrcode', icon: 'mdi-qrcode',

View File

@ -3,7 +3,14 @@
<v-row justify="center"> <v-row justify="center">
<v-col cols="12" md="6"> <v-col cols="12" md="6">
<CreateTokenForm /> <CreateTokenForm />
<v-alert class="mt-2" type="info" outlined>
Se o aluno estiver com dificuldades para utilizar o token, você pode
<router-link to="replace-student-password">
alterar a senha diretamente
</router-link>
</v-alert>
</v-col> </v-col>
<v-col> <v-col>
<v-alert type="info" outlined> <v-alert type="info" outlined>
<span>Instruções:</span> <span>Instruções:</span>