Welcome Back
Sign in to your account
if user.authenticated:
grant_access()
load_dashboard()
else:
redirect('/login')
Sign in to your account
if user.authenticated:
grant_access()
load_dashboard()
else:
redirect('/login')