Added the documentation to the authentication blueprint of the test site.
This commit is contained in:
parent
ded85d88f7
commit
f6567794e0
@ -25,6 +25,7 @@ from flask import Blueprint, render_template, Flask, redirect, url_for, \
|
||||
from . import db
|
||||
|
||||
bp: Blueprint = Blueprint("auth", __name__, url_prefix="/")
|
||||
"""The authentication blueprint."""
|
||||
|
||||
|
||||
class User(db.Model):
|
||||
|
Loading…
x
Reference in New Issue
Block a user