Remove sign in with Google account

This commit is contained in:
Jonas Lochmann
2019-08-12 00:00:00 +00:00
parent adbd0b5a9d
commit 32d278bdd5
7 changed files with 2 additions and 277 deletions
-4
View File
@@ -34,10 +34,6 @@ export interface ClientPullChangesRequest {
status: ClientDataStatus
}
export interface SignInWithGoogleRequest {
googleAuthToken: string
}
export interface MailAuthTokenRequestBody {
mailAuthToken: string
}