Most dependencies updated, except Svelte
This commit is contained in:
@@ -79,7 +79,7 @@ SPDX-License-Identifier: MPL-2.0
|
||||
bind:value={totp}
|
||||
name="totp"
|
||||
type="text"
|
||||
class="w-full peer bg-transparent h-10 rounded-lg text-gray-700 dark:text-white placeholder-transparent ring-2 px-2 ring-gray-500 focus:ring-sky-600 focus:outline-none focus:border-rose-600"
|
||||
class="w-full peer bg-transparent h-10 rounded-lg text-gray-700 dark:text-white placeholder-transparent ring-2 px-2 ring-gray-500 focus:ring-sky-600 focus:outline-hidden focus:border-rose-600"
|
||||
placeholder={$t('words.totp')}
|
||||
autocomplete="one-time-code"
|
||||
/>
|
||||
@@ -100,7 +100,7 @@ SPDX-License-Identifier: MPL-2.0
|
||||
>{$t('login_page.use_backup_code')}</button
|
||||
>
|
||||
<button
|
||||
class="px-4 py-2 leading-5 text-white transition-colors duration-200 transform bg-gray-700 rounded hover:bg-gray-600 focus:outline-none disabled:cursor-not-allowed disabled:opacity-50"
|
||||
class="px-4 py-2 leading-5 text-white transition-colors duration-200 transform bg-gray-700 rounded-sm hover:bg-gray-600 focus:outline-hidden disabled:cursor-not-allowed disabled:opacity-50"
|
||||
disabled={!totp_valid}
|
||||
type="submit"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user