Rename device code endpoint to /devicecode

This commit is contained in:
ErickSkrauch
2024-12-24 01:20:58 +01:00
parent 085b4f5ca6
commit 1c11c66b9c
2 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ final class AuthorizationController extends Controller {
return $this->oauthProcess->complete($this->getServerRequest());
}
public function actionDevice(): array {
public function actionDevicecode(): array {
return $this->oauthProcess->deviceCode($this->getServerRequest());
}