mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
109526520: Changed the code form fields to StringField
When the codes were IntegerFields and the code started with zero, the zero was trimmed, resulting in a failed match.
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
from datetime import datetime
|
||||
|
||||
from flask import render_template, redirect, jsonify
|
||||
from flask_login import login_user
|
||||
|
||||
from app.main import main
|
||||
from app.main.forms import LoginForm
|
||||
from app.main.dao import users_dao
|
||||
from app.models import User
|
||||
from app.main.encryption import checkpw
|
||||
from app.main.forms import LoginForm
|
||||
|
||||
|
||||
@main.route("/sign-in", methods=(['GET']))
|
||||
|
||||
Reference in New Issue
Block a user