Skip to content

Commit 64ffe50

Browse files
committed
improve image upload example
1 parent 3ed80cf commit 64ffe50

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/image gallery with user uploads/login.sql

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ select 'text' as type, 'Username' as name, true as required;
55
select 'password' as type, 'Password' as name, true as required;
66

77

8-
select 'alert' as component, 'You are not logged in' as title,
9-
'Sorry, we could not log you in. Please try again.' as description
8+
select 'alert' as component,
9+
'danger' as color,
10+
'You are not logged in' as title,
11+
'Sorry, we could not log you in. Please try again.' as description
1012
where $error is not null;

0 commit comments

Comments
 (0)