fixed redrect links

master
Thomas Atkins 4 years ago
parent 2349955249
commit 42f2429937

@ -37,10 +37,10 @@ html
body
.flitter-container
img.flitter-image(src="/assets/logo/3x/logo3x.png")
a.flitter-name(href="https://hack20.glmdev.tech/i" target="_blank") powered by #{_app.name}
a.flitter-name(href="/login" target="_blank") powered by #{_app.name}
if user
.flitter-container
p.flitter-text Welcome, #{user.uid}! <a href="/auth/logout">Log out.</a>
else
.flitter-container
p.flitter-text New to #{_app.name}? <a href="https://hack20.glmdev.tech/login" target="_blank">Start here.</a>
p.flitter-text New to #{_app.name}? <a href=/login" target="_blank">Start here.</a>

Loading…
Cancel
Save