Skip to content

Commit 0b6fca0

Browse files
nickvergessenbackportbot[bot]
authored andcommitted
fix(onetime-qrcode): Remove password confirmation attribute
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent a9c2f4a commit 0b6fca0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/Controller/AppPasswordController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ public function confirmUserPassword(string $password): DataResponse {
204204
* 200: App password returned
205205
*/
206206
#[NoAdminRequired]
207-
#[PasswordConfirmationRequired]
208207
#[ApiRoute(verb: 'GET', url: '/getapppassword-onetime', root: '/core')]
209208
public function getAppPasswordWithOneTimePassword(): DataResponse {
210209
// Only allow with one-time app passwords

0 commit comments

Comments
 (0)