From 62336717bfb6ff0ddca1c320cab76218928e7f93 Mon Sep 17 00:00:00 2001 From: prajesh <75523737+pr4j3sh@users.noreply.github.com> Date: Sun, 26 Jan 2025 16:24:07 +0530 Subject: [PATCH] fix: added a missing semicolon in css styles in examples/auth (#6297) --- examples/auth/views/head.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/auth/views/head.ejs b/examples/auth/views/head.ejs index 65386267d0..c623b5cc8d 100644 --- a/examples/auth/views/head.ejs +++ b/examples/auth/views/head.ejs @@ -10,7 +10,7 @@ font: 13px Helvetica, Arial, sans-serif; } .error { - color: red + color: red; } .success { color: green;