eecs448-project-4/app/views/welcome.pug

9 lines
226 B
Plaintext
Raw Normal View History

2020-11-01 18:50:03 +00:00
html
head
title #{T('welcome')} | #{_app.name}
if user
script.
window.location.href = '/auth/login'
else
script.
window.location.href = '/app'