mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-06 12:09:30 -06:00
[feature] add TOTP two-factor authentication (2FA)
This commit is contained in:
parent
0850a8f646
commit
47b3078f04
70 changed files with 5437 additions and 813 deletions
|
|
@ -96,7 +96,7 @@ func (suite *AuthStandardTestSuite) SetupTest() {
|
|||
testrig.NewNoopWebPushSender(),
|
||||
suite.mediaManager,
|
||||
)
|
||||
suite.authModule = auth.New(suite.db, suite.processor, suite.idp)
|
||||
suite.authModule = auth.New(&suite.state, suite.processor, suite.idp)
|
||||
|
||||
testrig.StandardDBSetup(suite.db, suite.testAccounts)
|
||||
testrig.StartNoopWorkers(&suite.state)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue