Skip to content

Commit 6da299d

Browse files
committed
Tweaks to make coder into a portable app.
1 parent fcc8935 commit 6da299d

File tree

11 files changed

+1393
-5
lines changed

11 files changed

+1393
-5
lines changed

coder-apps/common/auth/app/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
var mustache = require('mustache');
2222
var util = require('util');
2323
var fs = require('fs');
24-
var bcrypt = require('bcrypt');
24+
var bcrypt = require('bcrypt-nodejs');
2525

2626
//stores cache of password hash and device name
2727
var device_settings = {

0 commit comments

Comments
 (0)