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

10 lines
292 B
Plaintext
Raw Normal View History

2020-11-08 18:34:50 +00:00
// this file was automatically generated by the Flitter framework
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'