diff options
-rw-r--r-- | RedirectAuth.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RedirectAuth.php b/RedirectAuth.php index 3b15337..cd73e19 100644 --- a/RedirectAuth.php +++ b/RedirectAuth.php @@ -378,7 +378,8 @@ class OtherUsernameAuthRequest extends AuthenticationRequest { public function getFieldInfo() { return [ 'username' => [ - 'type' => 'string' + 'type' => 'string', + 'value' => $this->userInfo->userName, ] ]; } |