세션 되돌림

This commit is contained in:
2024-08-22 11:26:13 +09:00
parent 7c41346f51
commit c82b52fae6
2 changed files with 2 additions and 2 deletions

View File

@ -681,7 +681,7 @@ func (sh *serviceDescription) authorize_dev(w http.ResponseWriter, r *http.Reque
Accid: authinfo.Account,
})
}
sh.sessionProvider.Revoke(authinfo.Account)
sh.sessionProvider.RevokeAll(authinfo.Account)
}
return