fix
This commit is contained in:
parent
640d8d6889
commit
7e2c3742af
8
index.js
8
index.js
@ -2,7 +2,7 @@
|
|||||||
* Copyright (C) Sapphirecode - All Rights Reserved
|
* Copyright (C) Sapphirecode - All Rights Reserved
|
||||||
* This file is part of Auth-Server-Helper which is released under MIT.
|
* This file is part of Auth-Server-Helper which is released under MIT.
|
||||||
* See file 'LICENSE' for full license details.
|
* See file 'LICENSE' for full license details.
|
||||||
* Created by Timo Hocker <timo@scode.ovh>, March 2020
|
* Created by Timo Hocker <timo@sapphirecode.ovh>, March 2020
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// @ts-nocheck
|
// @ts-nocheck
|
||||||
@ -10,9 +10,9 @@
|
|||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const password_helper = require ('@scode/password-helper');
|
const password_helper = require ('@sapphirecode/password-helper');
|
||||||
const crypto = require ('@scode/crypto-helper');
|
const crypto = require ('@sapphirecode/crypto-helper');
|
||||||
const consts = require ('@scode/consts');
|
const consts = require ('@sapphirecode/consts');
|
||||||
|
|
||||||
const me = {};
|
const me = {};
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* Copyright (C) Sapphirecode - All Rights Reserved
|
* Copyright (C) Sapphirecode - All Rights Reserved
|
||||||
* This file is part of Auth-Server-Helper which is released under MIT.
|
* This file is part of Auth-Server-Helper which is released under MIT.
|
||||||
* See file 'LICENSE' for full license details.
|
* See file 'LICENSE' for full license details.
|
||||||
* Created by Timo Hocker <timo@scode.ovh>, March 2020
|
* Created by Timo Hocker <timo@sapphirecode.ovh>, March 2020
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* eslint-disable no-magic-numbers */
|
/* eslint-disable no-magic-numbers */
|
||||||
@ -11,9 +11,9 @@
|
|||||||
|
|
||||||
const express = require ('express');
|
const express = require ('express');
|
||||||
const auth = require ('./index');
|
const auth = require ('./index');
|
||||||
const consts = require ('@scode/consts');
|
const consts = require ('@sapphirecode/consts');
|
||||||
const crypto = require ('@scode/crypto-helper');
|
const crypto = require ('@sapphirecode/crypto-helper');
|
||||||
const password_helper = require ('@scode/password-helper');
|
const password_helper = require ('@sapphirecode/password-helper');
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* Copyright (C) Sapphirecode - All Rights Reserved
|
* Copyright (C) Sapphirecode - All Rights Reserved
|
||||||
* This file is part of Auth-Server-Helper which is released under MIT.
|
* This file is part of Auth-Server-Helper which is released under MIT.
|
||||||
* See file 'LICENSE' for full license details.
|
* See file 'LICENSE' for full license details.
|
||||||
* Created by Timo Hocker <timo@scode.ovh>, March 2020
|
* Created by Timo Hocker <timo@sapphirecode.ovh>, March 2020
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user