Skip to content

Commit 630a9ea

Browse files
committed
fix sso example logout link
1 parent 92cbdc5 commit 630a9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/single sign on/protected/index.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set user_email = sqlpage.user_info('email');
22

33
select 'shell' as component, 'My secure app' as title,
4-
'logout' as menu_item;
4+
json_object('title', 'Log Out', 'link', '/logout') as menu_item;
55

66
select 'text' as component,
77
'You''re in, '|| sqlpage.user_info('name') || ' !' as title,

0 commit comments

Comments
 (0)