Skip to content

Commit 30e0495

Browse files
committed
Fix inability to disable 2FA due to misnamed route, closes pterodactyl#496
1 parent 9f46dbc commit 30e0495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@
7575

7676
Route::post('/totp', 'SecurityController@setTotp');
7777

78-
Route::delete('/api/security/totp', 'SecurityController@disableTotp');
78+
Route::delete('/totp', 'SecurityController@disableTotp');
7979
});

0 commit comments

Comments
 (0)