# FieldInfo
This component shows the FieldInfo
based on if grantedAuthorities.authority
has maintenance
given by the API in the /login
and /who-am-i
calls
# Example
{
"accountName": "Vincent",
"username": "vincent",
"grantedAuthorities": [
{
"authority": "section.backoffice"
},
{
"authority": "maintenance"
}
]
}