fixes serverside pb auth
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</script>
|
||||
|
||||
<button
|
||||
class={extraClasses}
|
||||
class="{extraClasses} flex items-center justify-center"
|
||||
class:btn-primary={primary}
|
||||
class:btn-secondary={secondary}
|
||||
class:btn-large={large}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
{name}
|
||||
class="bg-input-background border border-input-border rounded-md p-3 transition-colors focus:border-input-border-focus focus:outline-none focus:ring-0 w-full {extraClasses}"
|
||||
class:border-red-400={error.length > 0}
|
||||
class:bg-red-50={error.length > 0}
|
||||
class:bg-input-background-error={error.length > 0}
|
||||
{autocomplete}
|
||||
use:typeAction
|
||||
bind:value
|
||||
|
||||
Reference in New Issue
Block a user