Added Fetch Email on page load
This commit is contained in:
@@ -47,6 +47,8 @@ class Email extends Component
|
||||
$this->dispatch('getEmail');
|
||||
}
|
||||
$this->checkMultipleEmails();
|
||||
$this->dispatch('syncMailbox', $this->email);
|
||||
$this->dispatch('fetchMessages');
|
||||
}
|
||||
|
||||
public function generateEmail(): void
|
||||
|
||||
Reference in New Issue
Block a user