https://int.property-management.hiitconsulting.com/

Forms

  • login_form
    • username
    • password
    • _token

login_form

"App\Form\LoginFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Infrastructure\RequestDto\LoginDto {#1083
  -id: null
  -username: null
  -password: null
  -token: null
  -qualification: null
  -avatar: null
  -manager: null
  -termsAccepted: null
  -refreshToken: null
  -roles: []
  #currency: null
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Infrastructure\RequestDto\LoginDto {#1083
  -id: null
  -username: null
  -password: null
  -token: null
  -qualification: null
  -avatar: null
  -manager: null
  -termsAccepted: null
  -refreshToken: null
  -roles: []
  #currency: null
}
same as passed value

Resolved Options

View Variables