mirror of
https://gitgud.io/fatchan/haproxy-protection.git
synced 2025-05-09 02:05:37 +00:00
Actually fix that
This commit is contained in:
@ -156,7 +156,7 @@ const powFinished = new Promise((resolve) => {
|
||||
}
|
||||
});
|
||||
|
||||
if (argon2 && !wasmSupported) {
|
||||
if (mode === "argon2" && !wasmSupported) {
|
||||
return insertError(__("Browser does not support WebAssembly."));
|
||||
}
|
||||
const powOpts = {
|
||||
|
Reference in New Issue
Block a user