Development
This commit is contained in:
parent
62fe75d7fd
commit
c5d1c7890a
10 changed files with 24 additions and 21 deletions
|
|
@ -2,11 +2,10 @@ from flask import Blueprint, request, session, redirect, flash
|
|||
import json, os, secrets
|
||||
from datetime import datetime, timezone, timedelta
|
||||
from auth import require_level
|
||||
from config_utils import ACCOUNTS_FILE
|
||||
|
||||
bp = Blueprint('action_verify_email', __name__)
|
||||
|
||||
DATA_DIR = '/data'
|
||||
ACCOUNTS_FILE = f'{DATA_DIR}/authorized_accounts.json'
|
||||
|
||||
|
||||
def _load_accounts():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue