http://demo-system.test.aspello.pl/login

Routing

abap_application.start_point.admin-login Matched route

Route Parameters

Name Value
_abap_application_context_controller_data
[
  "page" => [
    "title" => "logowanie"
    "front_image_src" => "images/admin/login/front_image.svg"
    "custom_style_file" => "css/admin/login/custom.css"
  ]
  "login_box" => [
    "header" => "Panel logowania"
  ]
  "general" => [
    "title" => "Panel operatora"
    "header" => "Aspelo demo e-portale"
    "subheader" => null
    "logo_src" => "images/admin/login/logo.png"
    "main_style_file" => "css/admin/login/kendo-ui.css"
  ]
]

Route Matching Logs

Path to match: /login
# Route name Path Log
1 abap_application.start_point.admin-login /login Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.