mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Style fix
This commit is contained in:
parent
f64f0c6a22
commit
e08d82f855
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ LONG_STRING;
|
|||
$data['op'] = "login";
|
||||
$this->assertMessage($exp1, $this->reqAuth($data, $httpUser));
|
||||
// base64 passwords are also accepted
|
||||
if(isset($data['password'])) {
|
||||
if (isset($data['password'])) {
|
||||
$data['password'] = base64_encode($data['password']);
|
||||
}
|
||||
$this->assertMessage($exp2, $this->reqAuth($data, $httpUser));
|
||||
|
|
Loading…
Reference in a new issue