Skip to content
Snippets Groups Projects
Commit 6841d8ff authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Fix doc-string

Remove refresh_token reference
parent 12f3b900
No related branches found
No related tags found
No related merge requests found
......@@ -374,8 +374,7 @@ class RegisterRestServlet(RestServlet):
def _create_registration_details(self, user_id, params):
"""Complete registration of newly-registered user
Allocates device_id if one was not given; also creates access_token
and refresh_token.
Allocates device_id if one was not given; also creates access_token.
Args:
(str) user_id: full canonical @user:id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment