fix: added a missing semicolon in css styles in examples/auth (#6297)

This commit is contained in:
prajesh
2025-01-26 16:24:07 +05:30
committed by GitHub
parent 3bbffdc41c
commit 62336717bf

View File

@@ -10,7 +10,7 @@
font: 13px Helvetica, Arial, sans-serif; font: 13px Helvetica, Arial, sans-serif;
} }
.error { .error {
color: red color: red;
} }
.success { .success {
color: green; color: green;