Update code comment

This commit is contained in:
Anant Prakash 2018-06-02 20:07:58 +05:30
parent 731bfa13f0
commit ade99807cf
No known key found for this signature in database
GPG key ID: C5D399F626523045

View file

@ -57,7 +57,7 @@ type Data struct {
}
// VerifyUserFromRequest authenticates the HTTP request,
// on success returns UserID, Device of the requester.
// on success returns Device of the requester.
// Finds local user or an application service user.
// Note: For an AS user, AS dummy device is returned.
// On failure returns an JSON error response which can be sent to the client.