validate(); if (Auth::attempt(['uid' => $this->username, 'password' => $this->password], $this->rememberMe)) { session()->regenerate(); $this->redirectIntended(route('dashboard'), navigate: true); return; } $this->addError('username', 'These credentials do not match our records.'); } } ?>
Sign in with your network credentials