summaryrefslogtreecommitdiffstats
path: root/lib/public/Federation/Exceptions/AuthenticationFailedException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Federation/Exceptions/AuthenticationFailedException.php')
-rw-r--r--lib/public/Federation/Exceptions/AuthenticationFailedException.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Federation/Exceptions/AuthenticationFailedException.php b/lib/public/Federation/Exceptions/AuthenticationFailedException.php
index 36851c4610e..9a0a408bee9 100644
--- a/lib/public/Federation/Exceptions/AuthenticationFailedException.php
+++ b/lib/public/Federation/Exceptions/AuthenticationFailedException.php
@@ -46,5 +46,4 @@ class AuthenticationFailedException extends HintException {
$hint = $l->t('Authentication failed, wrong token or provider ID given');
parent::__construct($message, $hint);
}
-
}