Merge pull request #12805 from nextcloud/backport/12786/stable15
[stable15] Fix activatable/deactivatable 2fa provider interface typos
This commit is contained in:
commit
73dc436aec
|
@ -40,7 +40,7 @@ interface IActivatableByAdmin extends IProvider {
|
||||||
/**
|
/**
|
||||||
* Enable this provider for the given user.
|
* 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
|
* @return void
|
||||||
*
|
*
|
||||||
|
|
|
@ -40,7 +40,7 @@ interface IDeactivatableByAdmin extends IProvider {
|
||||||
/**
|
/**
|
||||||
* Disable this provider for the given user.
|
* 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
|
* @return void
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue