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

10 lines
292 B
Plaintext

// this file was automatically generated by the Flitter framework
html
head
title #{T('welcome')} | #{_app.name}
if user
script.
window.location.href = '/auth/login'
else
script.
window.location.href = '/app'