mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 15:08:28 +03:00
Make resolveLoginCredentials() public for #705
This commit is contained in:
parent
ad4159fd2c
commit
3799a107a2
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ trait UserAuth
|
|||
/**
|
||||
* @throws \RainLoop\Exceptions\ClientException
|
||||
*/
|
||||
protected function resolveLoginCredentials(string &$sEmail, string &$sPassword, string &$sLogin): void
|
||||
public function resolveLoginCredentials(string &$sEmail, string &$sPassword, string &$sLogin): void
|
||||
{
|
||||
$this->Plugins()->RunHook('login.credentials.step-1', array(&$sEmail));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue