X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FTwoFactor%2FVerify.php;h=f6f040f5a781f1c9271bb3bf2c17674e60713568;hb=cb37588375c6a765b1d289e26a3e38c730d9a282;hp=4b1c974d8ff7ddf84b4f4f5217335960b9244a51;hpb=1de3960e267a8d298348fbca18cf1be1f6a20f7a;p=friendica.git diff --git a/src/Module/TwoFactor/Verify.php b/src/Module/TwoFactor/Verify.php index 4b1c974d8f..f6f040f5a7 100644 --- a/src/Module/TwoFactor/Verify.php +++ b/src/Module/TwoFactor/Verify.php @@ -18,7 +18,7 @@ class Verify extends BaseModule { private static $errors = []; - public static function post() + public static function post(array $parameters = []) { if (!local_user()) { return; @@ -45,7 +45,7 @@ class Verify extends BaseModule } } - public static function content() + public static function content(array $parameters = []) { if (!local_user()) { self::getApp()->internalRedirect();