mirror of
https://github.com/nextcloud/server.git
synced 2026-06-24 16:09:50 -04:00
fix(onetime-qrcode): Remove password confirmation attribute
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
c6ef168134
commit
0ff8af4e6c
1 changed files with 0 additions and 1 deletions
|
|
@ -204,7 +204,6 @@ class AppPasswordController extends OCSController {
|
|||
* 200: App password returned
|
||||
*/
|
||||
#[NoAdminRequired]
|
||||
#[PasswordConfirmationRequired]
|
||||
#[ApiRoute(verb: 'GET', url: '/getapppassword-onetime', root: '/core')]
|
||||
public function getAppPasswordWithOneTimePassword(): DataResponse {
|
||||
// Only allow with one-time app passwords
|
||||
|
|
|
|||
Loading…
Reference in a new issue