[lib] Fix payload of KEYSERVER_AUTH_STARTED action
Summary:
This payload is mistyped. In useRawKeyserverAuth (the only place where it is dispatched), we do not include a payload for this action. Additionally, this action is never reduced in any reducers, so this change should be safe.
Depends on D11803
Test Plan:
- Searched the codebase for places where this action is dispatched and confirmed there is no payload
- Searched the codebase for places where this action is reduced and confirmed there are none
Reviewers: inka
Reviewed By: inka
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D11804