Skip to content

Commit

Permalink
fix: use get method for verification code
Browse files Browse the repository at this point in the history
  • Loading branch information
GareArc committed Dec 21, 2024
1 parent aa9da2a commit 5636d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/controllers/console/workspace/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class AccountDeleteVerifyApi(Resource):
@setup_required
@login_required
@account_initialization_required
def post(self):
def get(self):
account = current_user

try:
Expand Down

0 comments on commit 5636d7a

Please sign in to comment.