Most dependencies updated, except Svelte
This commit is contained in:
@@ -65,7 +65,7 @@ SPDX-License-Identifier: MPL-2.0
|
||||
bind:value={password}
|
||||
name="password"
|
||||
type="password"
|
||||
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.password')}
|
||||
autocomplete="current-password"
|
||||
/>
|
||||
@@ -86,7 +86,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={!password}
|
||||
type="submit"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user