Skip to content

Commit

Permalink
docs: fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks committed Apr 19, 2022
1 parent 926c549 commit 05dbb35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/auth/src/verification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ export async function verifyAuthRequestAndLoadManifest(token: string): Promise<a
/**
* Verify the authentication response is valid.
* @param {String} token the authentication response token
* @param {String} nameLookupURL the url use to verify owner of a username
* @param fallbackLookupURLs an optional array of name lookup URLs to check usernames for
* @return {Promise} that resolves to true if auth response
* is valid and false if it does not
* @private
Expand Down

0 comments on commit 05dbb35

Please sign in to comment.