diff options
Diffstat (limited to 'lib/public/Authentication/TwoFactorAuth/IProvider.php')
-rw-r--r-- | lib/public/Authentication/TwoFactorAuth/IProvider.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Authentication/TwoFactorAuth/IProvider.php b/lib/public/Authentication/TwoFactorAuth/IProvider.php index d2f5df2e3eb..1328d60307e 100644 --- a/lib/public/Authentication/TwoFactorAuth/IProvider.php +++ b/lib/public/Authentication/TwoFactorAuth/IProvider.php @@ -38,7 +38,7 @@ interface IProvider { * @since 14.0.0 */ public const EVENT_SUCCESS = self::class . '::success'; - public const EVENT_FAILED = self::class . '::failed'; + public const EVENT_FAILED = self::class . '::failed'; /** * Get unique identifier of this 2FA provider |