Update web routes

pull/705/head
Daniel Supernault 7 years ago
parent 2eff42bd76
commit f7c1801ab8
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -166,6 +166,10 @@ Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofact
'2fa/recovery-codes',
'SettingsController@securityTwoFactorRecoveryCodes'
)->name('settings.security.2fa.recovery');
Route::post(
'2fa/recovery-codes',
'SettingsController@securityTwoFactorRecoveryCodesRegenerate'
);
});
Route::get('applications', 'SettingsController@applications')->name('settings.applications');

Loading…
Cancel
Save