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
|
@ -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