Merge "OATHUser: Remove clearAllKeys()"

This commit is contained in:
jenkins-bot 2024-05-04 08:11:47 +00:00 committed by Gerrit Code Review
commit ed34066e59

View file

@ -99,15 +99,6 @@ class OATHUser {
}
}
/**
* Removes all keys associated with the user
* Warning: This only removes the keys in memory,
* changes need to be persisted
*/
public function clearAllKeys() {
$this->keys = [];
}
/**
* Adds single key to the key array
*