diff options
Diffstat (limited to 'lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserDisabled.php')
-rw-r--r-- | lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserDisabled.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserDisabled.php b/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserDisabled.php index 5a56adc3cc9..86cecb2e36b 100644 --- a/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserDisabled.php +++ b/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderForUserDisabled.php @@ -30,6 +30,8 @@ use OCP\IUser; /** * @since 22.0.0 + * @deprecated 28.0.0 Use \OCP\Authentication\TwoFactorAuth\TwoFactorProviderChallengeFailed instead + * @see \OCP\Authentication\TwoFactorAuth\TwoFactorProviderChallengeFailed */ class TwoFactorProviderForUserDisabled extends Event { /** @var IProvider */ |