Browse Source

fix import error

pull/342/head
Guillaume Vincent 8 years ago
parent
commit
1adf7cb942
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      index.js

+ 1
- 1
index.js View File

@@ -1,6 +1,6 @@
import crypto from 'crypto';

export default {
module.exports = {
encryptLogin: _encryptLogin,
renderPassword: _renderPassword,
_deriveEncryptedLogin,


Loading…
Cancel
Save