Adopt store module to new collective table

This commit is contained in:
eikek
2022-07-05 21:17:18 +02:00
parent 35882fce84
commit 77f22bb5ea
65 changed files with 783 additions and 635 deletions

View File

@ -72,7 +72,7 @@ object TotpRoutes {
for {
data <- req.as[OtpConfirm]
result <- backend.totp.disable(
user.account,
user.account.asAccountId,
OnetimePassword(data.otp.pass).some
)
resp <- Ok(Conversions.basicResult(result, "TOTP setup disabled."))