comment out this validation rule since the test password we are using for the content-manager doesn't match the design: .matches(
/^(?=.\d)(?=.[@$!%#?&])[A-Za-z\d@$!%#?&]*$/,
'Мора да содржи еден број и еден посебен знак'
),
we will return it in the future
if login is successful and the role of the logged user is content-manager we should redirect the user to the content-panel
(you should also handle scenarios where the role is admin, user or if the login fails- credentials dont exist, check API documentation)
During login we should implement the following: