Example #1
0
def login():
    form = LoginForm(request.form)
    return Auth.Login(form=form, RequestMethod=request.method, dbObject=mysql)