mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix activatable/deactivatable 2fa provider interface typos
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
e7458a41f2
commit
cfa524030b
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ interface IActivatableByAdmin extends IProvider {
|
|||
/**
|
||||
* Enable this provider for the given user.
|
||||
*
|
||||
* @param IUser $user the user to active this provider for
|
||||
* @param IUser $user the user to activate this provider for
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ interface IDeactivatableByAdmin extends IProvider {
|
|||
/**
|
||||
* Disable this provider for the given user.
|
||||
*
|
||||
* @param IUser $user the user to active this provider for
|
||||
* @param IUser $user the user to deactivate this provider for
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue