mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2024-11-14 18:29:02 +01:00
Fixed another syntax issue breaking the building process
This commit is contained in:
parent
9de2c96f66
commit
2e65e86341
@ -236,7 +236,7 @@ Clipperz.PM.DataModel.OneTimePassword.generateRandomBase32OTPValue = function()
|
||||
result = result.replace(/(.{4} ){2}/g, '$&' + '- ');
|
||||
|
||||
return result;
|
||||
},
|
||||
};
|
||||
|
||||
//#############################################################################
|
||||
|
||||
@ -253,4 +253,4 @@ Clipperz.PM.DataModel.OneTimePassword.createNewOneTimePassword = function(aUsern
|
||||
});
|
||||
|
||||
return result;
|
||||
}
|
||||
};
|
Loading…
Reference in New Issue
Block a user