Skip to content

Commit

Permalink
add datatestid to form (#3352)
Browse files Browse the repository at this point in the history
  • Loading branch information
csp175 authored Nov 23, 2023
1 parent 6ffc364 commit 8f9f1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/authentication/forms/login.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>

{{#unless (getConfig "FEATURE_OAUTH_LOGIN_ENABLED")}}
<form method="post" action="/login" class="login-form">
<form method="post" action="/login" class="login-form" data-testid="login-loginform-standard">
<input type="hidden" name="redirect" value="{{redirect}}" />

<div class="form-group">
Expand Down

0 comments on commit 8f9f1d4

Please sign in to comment.