stocky-yak-60074
05/08/2022, 8:54 AMselfservice:
methods:
totp:
enabled: true
config:
issuer: myapp
And the app is rendering out the QR code. I scan this with Google Authentication and can see the TOTP.
When I enter this into the verify code field it returns one of two possible errors, seemingly randomly.
The provided authentication code is invalid, please try again.
Could not find a strategy to update your settings. Did you fill out the form correctly?
Is there any other config I am missing?jolly-jelly-9637
05/08/2022, 10:07 AMCould not find a strategy to update your settings. Did you fill out the form correctly?This is usually an indicator that the form indeed hasn’t been submitted correctly. Can you show us how you are submitting it?
stocky-yak-60074
05/08/2022, 1:29 PM