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 4ba417c commit f444f83Copy full SHA for f444f83
1 file changed
lib/private/User/Session.php
@@ -539,7 +539,7 @@ public function isTokenPassword($password) {
539
*
540
* @throws ExpiredTokenException
541
*/
542
- private function getTokenFromPassword(string $password): ?\OCP\Authentication\Token\IToken {
+ private function getTokenFromPassword(string $password): ?IToken {
543
try {
544
return $this->tokenProvider->getToken($password);
545
} catch (ExpiredTokenException $e) {
0 commit comments