diff options
Diffstat (limited to 'lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php')
-rw-r--r-- | lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php b/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php index 20c9479a1a9..c31766c25e2 100644 --- a/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php +++ b/lib/public/Authentication/TwoFactorAuth/TwoFactorProviderDisabled.php @@ -29,6 +29,8 @@ use OCP\EventDispatcher\Event; /** * @since 20.0.0 + * @deprecated 28.0.0 Use \OCP\Authentication\TwoFactorAuth\TwoFactorProviderUserDeleted instead + * @see \OCP\Authentication\TwoFactorAuth\TwoFactorProviderUserDeleted */ final class TwoFactorProviderDisabled extends Event { /** @var string */ |