Skip to content

Commit

Permalink
issue #1004
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Jan 24, 2023
1 parent f47bed7 commit 9e9e6e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/components/_main_/auth/Auth_Widget.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,8 @@ COMPONENT HTML
{#if $sessionStore.auth_show}
<div
id='widget-outer'
class:dark-background-1={$userBetarenaSettings.theme == 'Dark'}>
class:dark-background-1={$userBetarenaSettings.theme == 'Dark'}
in:fade>

<!--
[ℹ] processing view box
Expand Down Expand Up @@ -707,6 +708,7 @@ COMPONENT HTML
on:invalid={() => wrong_email_format()}
autocomplete="off"
class:error-email={email_error_format || email_already_in_use}
required
/>
<!--
[ℹ] error email validation format
Expand Down

0 comments on commit 9e9e6e7

Please sign in to comment.