We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95de162 commit c9e91d2Copy full SHA for c9e91d2
app/Models/User.php
@@ -31,6 +31,8 @@ class User extends Authenticatable
31
*/
32
protected $hidden = [
33
'password',
34
+ 'two_factor_secret',
35
+ 'two_factory_recovery_codes',
36
'remember_token',
37
];
38
0 commit comments