Commit 33413131 authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

add login/logout button to test user status

parent 650697af
...@@ -176,13 +176,13 @@ header.tour-header.vcm-header-height.vcm-header-base.vcm-border-splash ...@@ -176,13 +176,13 @@ header.tour-header.vcm-header-height.vcm-header-base.vcm-border-splash
strong M4_Lab strong M4_Lab
br br
| Platform | Platform
// SSO experiment
if userLogin == true
button#tourstart-btn.buttonset.one(onclick='stopStory()') button#tourstart-btn.buttonset.one(onclick='stopStory()')
span.i18n_balloon_startscreen_btn Start span.i18n_balloon_startscreen_btn Start
// SSO experiment
if userLogin == true
a(href="/logout") Logout
else else
button a(href="/login") Login
span.i18n_balloon_startscreen_btn Login
.dialog-image-balloon .dialog-image-balloon
.balloon-left-edge .balloon-left-edge
// End of: Content Start Screen // End of: Content Start Screen
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment