mirror of
https://github.com/trufflesecurity/xsshunter
synced 2024-11-10 06:44:13 +00:00
trying to get ssl
This commit is contained in:
parent
f10ba63a65
commit
e713fbd854
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ Settings.init({
|
|||
Secrets found in DOMs
|
||||
*/
|
||||
class Users extends Model {}
|
||||
Secrets.init({
|
||||
Users.init({
|
||||
id: {
|
||||
allowNull: false,
|
||||
primaryKey: true,
|
||||
|
@ -82,7 +82,7 @@ Secrets.init({
|
|||
}
|
||||
}, {
|
||||
sequelize,
|
||||
modelName: 'userss',
|
||||
modelName: 'users',
|
||||
indexes: [
|
||||
{
|
||||
unique: false,
|
||||
|
|
Loading…
Reference in a new issue