core: refactor SessionStateApi to SessionApi with sign-in/out
This commit is contained in:
@@ -36,7 +36,7 @@ builder.add(identityApiRef, {
|
||||
getUserId: () => 'guest',
|
||||
getProfile: () => ({ email: 'guest@example.com' }),
|
||||
getIdToken: () => undefined,
|
||||
logout: async () => {},
|
||||
signOut: async () => {},
|
||||
});
|
||||
|
||||
const oauthRequestApi = builder.add(
|
||||
|
||||
Reference in New Issue
Block a user