mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
Fix tests to account for argon2id support
This commit is contained in:
parent
0b8133f8e7
commit
5eab0474e5
2 changed files with 2 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ class Password
|
|||
$algos = self::getSupportedAlgorithms();
|
||||
if (isset($algos['argon2id']))
|
||||
{
|
||||
array_unshift($algos);
|
||||
unset($algos['argon2id']);
|
||||
}
|
||||
return key($algos);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue