-
{$i18n.t('Name')}
+ {#if $config?.features.enable_username_password_login}
+
+ {#if mode === 'signup'}
+
+
+
+ {/if}
+
+
-
- {/if}
+
+
{$i18n.t('Password')}
-
-
-
-
{$i18n.t('Password')}
-
-
-
-
-
-
-
-
- {#if $config?.features.enable_signup}
-
- {mode === 'signin'
- ? $i18n.t("Don't have an account?")
- : $i18n.t('Already have an account?')}
-
-
+
- {/if}
-
+
+ {/if}
+
+ {#if $config?.features.enable_username_password_login}
+
+
+
+ {#if $config?.features.enable_signup}
+
+ {mode === 'signin'
+ ? $i18n.t("Don't have an account?")
+ : $i18n.t('Already have an account?')}
+
+
+
+ {/if}
+
+ {/if}
{#if Object.keys($config?.oauth?.providers ?? {}).length > 0}
- {$i18n.t('or')}
+ {#if $config?.features.enable_username_password_login}
+ {$i18n.t('or')}
+ {/if}
{#if $config?.oauth?.providers?.google}