Skip to content

Commit 3115330

Browse files
authored
Algo Updation
1 parent 841c409 commit 3115330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default-views/account/register-form.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
114114
function sha1(str) {
115115
let buffer = new TextEncoder("utf-8").encode(str);
116-
return crypto.subtle.digest("SHA-256", buffer).then(function (hash) {
116+
return crypto.subtle.digest("SHA-1", buffer).then(function (hash) {
117117
return hex(hash);
118118
});
119119
}

0 commit comments

Comments
 (0)