Skip to content

Commit

Permalink
fix: minor sveltekit components/SignIn syntax cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Feb 11, 2024
1 parent 2a4e637 commit 467e35a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
/>
</slot>
{/if}
<button style="width: 100%" type="submit"
><slot name="submitButton">Sign in with {provider}</slot></button
>
<button style="width: 100%" type="submit">
<slot name="submitButton">Sign in with {provider}</slot>
</button>
</form>

0 comments on commit 467e35a

Please sign in to comment.