9 lines
226 B
Plaintext
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' |