mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-12-19 04:47:02 +01:00
Fixed OTP Handling in Dev backend: all test are passing
This commit is contained in:
@@ -105,7 +105,7 @@ MochiKit.Base.update(Clipperz.PM.Crypto, {
|
||||
|
||||
'hash': function(aValue) {
|
||||
var result;
|
||||
var strngResult;
|
||||
var stringResult;
|
||||
|
||||
stringResult = Clipperz.Crypto.Base.computeHashValue(aValue.asString()); // !!!!!!!
|
||||
result = new Clipperz.ByteArray("0x" + stringResult);
|
||||
|
||||
Reference in New Issue
Block a user