We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92cbdc5 commit 630a9eaCopy full SHA for 630a9ea
examples/single sign on/protected/index.sql
@@ -1,7 +1,7 @@
1
set user_email = sqlpage.user_info('email');
2
3
select 'shell' as component, 'My secure app' as title,
4
- 'logout' as menu_item;
+ json_object('title', 'Log Out', 'link', '/logout') as menu_item;
5
6
select 'text' as component,
7
'You''re in, '|| sqlpage.user_info('name') || ' !' as title,
0 commit comments