We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e929af commit aed46ddCopy full SHA for aed46dd
1 file changed
lib/private/User/Session.php
@@ -559,7 +559,7 @@ public function isTokenPassword($password) {
559
*
560
* @throws ExpiredTokenException
561
*/
562
- private function getTokenFromPassword(string $password): ?\OCP\Authentication\Token\IToken {
+ private function getTokenFromPassword(string $password): ?IToken {
563
try {
564
return $this->tokenProvider->getToken($password);
565
} catch (ExpiredTokenException $e) {
0 commit comments