mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-10-06 19:55:49 +08: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
|
* @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));
|
$this->Plugins()->RunHook('login.credentials.step-1', array(&$sEmail));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue