You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while sending the SMS always uses the development mode.
Probably caused by loading the wrong config during required action executions
Database state:
select alias, name, value from authenticator_config c join authenticator_config_entry e on c.id = e.authenticator_id where e.name = 'simulation' and alias = 'sms-2fa';
alias | name | value
---------+------------+-------
sms-2fa | simulation | true
sms-2fa | simulation | false
sms-2fa | simulation | false
When logging in a user is always asked for a new phone number, while sending the SMS always uses the development mode.
The text was updated successfully, but these errors were encountered: