diff options
Diffstat (limited to 'lib/private/Authentication/Exceptions/PasswordlessTokenException.php')
-rw-r--r-- | lib/private/Authentication/Exceptions/PasswordlessTokenException.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Authentication/Exceptions/PasswordlessTokenException.php b/lib/private/Authentication/Exceptions/PasswordlessTokenException.php index e5ba5d87ad5..5c59dd35366 100644 --- a/lib/private/Authentication/Exceptions/PasswordlessTokenException.php +++ b/lib/private/Authentication/Exceptions/PasswordlessTokenException.php @@ -25,5 +25,4 @@ namespace OC\Authentication\Exceptions; use Exception; class PasswordlessTokenException extends Exception { - } |