This commit is contained in:
		| @@ -56,7 +56,7 @@ describe ('authority', () => { | ||||
|   }); | ||||
|  | ||||
|   it ('should create a part token', () => { | ||||
|     const token = auth.sign ('part_token', 60, '2fa'); | ||||
|     const token = auth.sign ('part_token', 60, { next_module: '2fa' }); | ||||
|     jasmine.clock () | ||||
|       .tick (30000); | ||||
|     const res = auth.verify (token.signature); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user