mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-11 09:36:24 +01:00
rename revoke to delete to be clearer
This commit is contained in:
@@ -28,9 +28,9 @@ urlpatterns = [
|
||||
name='token_management'
|
||||
),
|
||||
path(
|
||||
'account/tokens/revoke/<int:token_id>',
|
||||
views.token_revoke,
|
||||
name='token_revoke'
|
||||
'account/tokens/delete/<int:token_id>',
|
||||
views.token_delete,
|
||||
name='token_delete'
|
||||
),
|
||||
path(
|
||||
'account/tokens/refresh/<int:token_id>',
|
||||
|
||||
Reference in New Issue
Block a user