Routing
user_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/user
# | Route name | Path | Log |
---|---|---|---|
1 | site_apple_login | /apple/login | Path does not match |
2 | site_apple_sign_in | /apple/sign-in | Path does not match |
3 | site_apple_sign_in_ios | /apple/sign-in-ios | Path does not match |
4 | user_login | /user | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.