add admin user view button for gitea token reset

This commit is contained in:
chenjing
2023-03-20 15:25:47 +08:00
parent 0a7c41d97c
commit 7da1c7e13b
4 changed files with 22 additions and 2 deletions

View File

@@ -824,6 +824,7 @@ Rails.application.routes.draw do
post :unlock
post :active
post :reset_login_times
post :fresh_gitea_token
end
end
resource :import_disciplines, only: [:create]