🐛 Fix disable factor did not update
This commit is contained in:
		| @@ -184,6 +184,9 @@ public class AccountService( | ||||
|                 "Disabling this auth factor will cause you have no active auth factors."); | ||||
|  | ||||
|         factor.EnabledAt = SystemClock.Instance.GetCurrentInstant(); | ||||
|         db.Update(factor); | ||||
|         await db.SaveChangesAsync(); | ||||
|          | ||||
|         return factor; | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user