mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 20:52:14 +01:00
add dashboard frontend
This commit is contained in:
@@ -45,7 +45,7 @@ const submit = () => {
|
||||
<AuthenticationCardLogo />
|
||||
</template>
|
||||
|
||||
<div class="mb-4 text-sm text-gray-600 dark:text-gray-400">
|
||||
<div class="mb-4 text-sm text-muted">
|
||||
<template v-if="!recovery">
|
||||
Please confirm access to your account by entering the
|
||||
authentication code provided by your authenticator application.
|
||||
@@ -87,7 +87,7 @@ const submit = () => {
|
||||
<div class="flex items-center justify-end mt-4">
|
||||
<button
|
||||
type="button"
|
||||
class="text-sm text-gray-600 dark:text-gray-400 hover:text-gray-900 underline cursor-pointer"
|
||||
class="text-sm text-muted hover:text-gray-900 underline cursor-pointer"
|
||||
@click.prevent="toggleRecovery">
|
||||
<template v-if="!recovery"> Use a recovery code</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user