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

9 lines
226 B
Plaintext

html
head
title #{T('welcome')} | #{_app.name}
if user
script.
window.location.href = '/auth/login'
else
script.
window.location.href = '/app'