Skip to content

Commit 6233671

Browse files
authored
fix: added a missing semicolon in css styles in examples/auth (#6297)
1 parent 3bbffdc commit 6233671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/auth/views/head.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
font: 13px Helvetica, Arial, sans-serif;
1111
}
1212
.error {
13-
color: red
13+
color: red;
1414
}
1515
.success {
1616
color: green;

0 commit comments

Comments
 (0)