fix(web): disable subscription sharing on demo

This commit is contained in:
Karol Sójko
2023-02-03 06:41:00 +01:00
parent 361c75502e
commit de5973e15f
3 changed files with 21 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ export interface SessionsClientInterface {
createDemoShareToken(): Promise<Base64String | ClientDisplayableError>
populateSessionFromDemoShareToken(token: Base64String): Promise<void>
getUser(): User | undefined
isCurrentSessionReadOnly(): boolean | undefined
register(email: string, password: string, ephemeral: boolean): Promise<UserRegistrationResponseBody>
signIn(
email: string,