mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2026-08-02 04:10:23 +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();
|
|
}
|