@@ -4590,8 +4590,8 @@ def generate_verification_code():
@app.route('/api/auth/login', methods=['POST'])
def login():
"""传统登录 - 使用Session"""
def login_with_password():
"""传统登录 - 使用密码登录"""
try:
username = request.form.get('username')
The note is not visible to the blocked user.