|
@ -106,7 +106,7 @@ Raymer * @version 1.0.0 */ |
|
|
</button> |
|
|
</button> |
|
|
</div> |
|
|
</div> |
|
|
<UserNameDialog ref="userNameDialog" /> |
|
|
<UserNameDialog ref="userNameDialog" /> |
|
|
<div v-if="PASSKEYS_ENABLED" class="flex justify-end w-full"> |
|
|
<div class="flex justify-end w-full"> |
|
|
<router-link |
|
|
<router-link |
|
|
:to="{ name: 'start' }" |
|
|
:to="{ name: 'start' }" |
|
|
class="block text-right text-md font-bold bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white mt-2 px-2 py-3 rounded-md" |
|
|
class="block text-right text-md font-bold bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white mt-2 px-2 py-3 rounded-md" |
|
|