Skip to content

Commit

Permalink
add email code and login with code
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Jun 25, 2024
1 parent 3b4ca6e commit 0e34faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Docs/V1/Shop/Controllers/Customer/AuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ public function forgotPassword()

/**
* @OA\Post(
* path="/api/v1/customer/login",
* operationId="customerLogin",
* path="/api/v1/customer/login-code",
* operationId="LoginWithCode",
* tags={"Customers"},
* summary="Login customer",
* description="Login customer",
Expand Down

0 comments on commit 0e34faa

Please sign in to comment.