Skip to content

Commit 085a8cb

Browse files
committed
fix: button value check typo
1 parent 6a2cae0 commit 085a8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/templates/base-auth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
/* To not disable buttons that have a value to submit */
6060
/* FAQ: Or else value will not be submitted */
61-
if ( ! submitButton.hasAttribute(value)) {
61+
if ( ! submitButton.hasAttribute('value')) {
6262
submitButton.setAttribute('disabled', '');
6363
}
6464
}

0 commit comments

Comments
 (0)