diff --git a/examples/image gallery with user uploads/login.sql b/examples/image gallery with user uploads/login.sql index 0d5f70d1..8cfe5624 100644 --- a/examples/image gallery with user uploads/login.sql +++ b/examples/image gallery with user uploads/login.sql @@ -5,6 +5,8 @@ select 'text' as type, 'Username' as name, true as required; select 'password' as type, 'Password' as name, true as required; -select 'alert' as component, 'You are not logged in' as title, - 'Sorry, we could not log you in. Please try again.' as description +select 'alert' as component, + 'danger' as color, + 'You are not logged in' as title, + 'Sorry, we could not log you in. Please try again.' as description where $error is not null; \ No newline at end of file