Fix 2fa secret column name

This commit is contained in:
DariusIII
2024-10-27 15:51:21 +01:00
parent 96419e7c3f
commit 57fe4af965
+1 -1
View File
@@ -53,7 +53,7 @@ return [
/*
* User's table column for google2fa secret.
*/
'otp_secret_column' => 'google2fa_secret',
'otp_secret_column' => 'two_factor_secret',
/*
* One Time Password View.