mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Link data to login component
- Add language facade - Add appStrings observable from facade - Combine appStrings and systemConfigs into vm (viewModel) - Link data to login component template - Expose needed languages from the Users module - Unprotect graphiql endpoint
This commit is contained in:
parent
ba67d839e3
commit
0ff1c9072c
4 changed files with 19 additions and 6 deletions
|
@ -29,6 +29,8 @@ security:
|
|||
- { path: ^/login$, roles: IS_AUTHENTICATED_ANONYMOUSLY }
|
||||
- { path: ^/$, roles: IS_AUTHENTICATED_ANONYMOUSLY }
|
||||
- { path: ^/api, roles: IS_AUTHENTICATED_ANONYMOUSLY }
|
||||
- { path: ^/api/graphql, roles: IS_AUTHENTICATED_ANONYMOUSLY }
|
||||
- { path: ^/api/graphql/graphiql*, roles: IS_AUTHENTICATED_ANONYMOUSLY }
|
||||
- { path: ^/, roles: IS_AUTHENTICATED_FULLY }
|
||||
|
||||
dunglas_angular_csrf:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue