[keyserver] disable injecting redux state when policies are not accepted
Summary: Follow up to: https://phab.comm.dev/D5875#inline-39619, but even if data will not be sent and modal will be visible after refresh keyserver will inject data to html response - this change will prevent that.
Test Plan:
- Logout user
- Set terms policy as not accepted for user in DB
- Login via web app
- Refresh - data should not be present (empty app under modal, no data in redux)
- After accepting data should be fetched properly.
Reviewers: inka, michal, przemek, ashoat
Reviewed By: ashoat
Subscribers: ashoat, tomek, atul
Differential Revision: https://phab.comm.dev/D6094