Skip to content

Commit

Permalink
Remove github login
Browse files Browse the repository at this point in the history
  • Loading branch information
Dacian Avram committed Nov 4, 2022
1 parent ed210e3 commit 9e9b493
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions shell/src/dapps/o-onboarding/processes/loginWithTorus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ import { getOpenLogin, GetOpenLoginResult } from "../../../shared/openLogin";
import {
FindInvitationCreatorDocument,
Profile,
ProfilesDocument,
ProfilesQueryVariables,
QueryFindInvitationCreatorArgs,
} from "../../../shared/api/data/types";
import { ApiClient } from "../../../shared/apiConnection";
Expand Down Expand Up @@ -194,20 +192,7 @@ const processDefinition = (processId: string) =>
target: "#apple",
class: "btn btn-outline",
icon: "apple",
},
{
key: "github",
label: window.o.i18n("dapps.o-onboarding.processes.loginWithTorus.loginOptions.github.label"),
target: "#github",
class: "btn btn-outline",
icon: "github",
} /*
{
key: "email",
label: window.o.i18n("dapps.o-onboarding.processes.loginWithTorus.loginOptions.email.label"),
target: "#email",
class: "btn-info",
}*/,
}
]),
}),
useMockProfile: {
Expand Down

0 comments on commit 9e9b493

Please sign in to comment.