Skip to content

Commit

Permalink
fixup! fix(Authentication): correctly catch uniq constraint on token …
Browse files Browse the repository at this point in the history
…insert
  • Loading branch information
ShGKme committed May 7, 2024
1 parent 131dbaf commit 72a2662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/Authentication/Token/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public function __construct(PublicKeyTokenProvider $publicKeyTokenProvider) {
* @param int $type token type
* @param int $remember whether the session token should be used for remember-me
* @return OCPIToken
* @throws Exception
*/
public function generateToken(string $token,
string $uid,
Expand Down

0 comments on commit 72a2662

Please sign in to comment.