From 050c96f05f7e4f826b6c3207f961c50987d961a7 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 27 Jun 2018 23:05:48 -0400 Subject: [PATCH] remove attrib that wasn't needed --- models/twofactor.go | 1 - 1 file changed, 1 deletion(-) diff --git a/models/twofactor.go b/models/twofactor.go index 2348fc297..37019a77a 100644 --- a/models/twofactor.go +++ b/models/twofactor.go @@ -29,7 +29,6 @@ type TwoFactor struct { ID int64 `xorm:"pk autoincr"` UID int64 `xorm:"UNIQUE"` Secret string - ScratchToken string ScratchSalt string ScratchHash string LastUsedPasscode string `xorm:"VARCHAR(10)"`