mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2026-07-27 23:29:19 +08:00
7 lines
151 B
JavaScript
7 lines
151 B
JavaScript
|
|
|
|
function bulkRevokeTokens() {
|
|
|
|
document.MassUpdate.action = 'index.php?module=OAuth2Tokens&action=RevokeTokens';
|
|
document.MassUpdate.submit();
|
|
}
|