mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-27 16:10:11 +08:00
Merge pull request #330 from Diaoul/patch-1
Fix RemoveRoleCommand docstring
This commit is contained in:
@@ -100,7 +100,7 @@ class AddRoleCommand(_RoleCommand):
|
||||
|
||||
|
||||
class RemoveRoleCommand(_RoleCommand):
|
||||
"""Add a role to a user"""
|
||||
"""Remove a role from a user"""
|
||||
|
||||
@commit
|
||||
def run(self, user_identifier, role_name):
|
||||
|
||||
Reference in New Issue
Block a user