fmt
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ export default class PwdBox {
|
||||
|
||||
const salt = b642a(parts[0])
|
||||
if (salt === null) return null
|
||||
const box = SecretBox.fromString(parts.slice(1).join("."))
|
||||
const box = SecretBox.fromString(parts.slice(1).join('.'))
|
||||
if (box === null) return null
|
||||
|
||||
return new PwdBox(box, salt)
|
||||
|
||||
Reference in New Issue
Block a user