Skip to content

Commit

Permalink
Reformat registration.html.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
MKodde committed Apr 9, 2024
1 parent ba09c45 commit 9a23e2b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions templates/default/registration.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@
value="{{ userEntity.name() }}"
>
<input
type="hidden"
name="displayName"
id="inputDisplayName"
value="{{ userEntity.displayName() }}"
type="hidden"
name="displayName"
id="inputDisplayName"
value="{{ userEntity.displayName() }}"
>
<button id="registerButton" {{ stimulus_controller('registration') }}
<button
id="registerButton" {{ stimulus_controller('registration') }}
{{ stimulus_action('@web-auth/webauthn-stimulus', 'signup') }}
hidden>
hidden
>

</button>
</form>
Expand Down

0 comments on commit 9a23e2b

Please sign in to comment.