mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
demo (#392)
This commit is contained in:
@ -24,6 +24,13 @@ public function mount(): void
|
||||
$this->initTwoFactor();
|
||||
|
||||
$this->form->fill();
|
||||
|
||||
if (config('app.demo')) {
|
||||
$this->form->fill([
|
||||
'email' => 'demo@vitodeploy.com',
|
||||
'password' => 'password',
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
public function logoutAction(): Action
|
||||
|
Reference in New Issue
Block a user