commit cec06e3f2d0ec74e512fb412eb017bef46874a34 parent e63d59b5fa82054abd1f5f2e19a60edeb2214423 Author: n0tr1v <n0tr1v@protonmail.com> Date: Wed, 14 Dec 2022 21:01:35 -0500 doc Diffstat:
| M | pkg/web/handlers/handlers.go | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/handlers/handlers.go b/pkg/web/handlers/handlers.go @@ -231,7 +231,7 @@ var partialAuthCache = cache.New[PartialAuthItem](10*time.Minute, time.Hour) type PartialAuthItem struct { UserID database.UserID - Step PartialAuthStep + Step PartialAuthStep // Inform which type of 2fa the user is supposed to complete } type PartialAuthStep string