We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e01c42 commit abd1a6eCopy full SHA for abd1a6e
src/electron-preload/webview/tutanota/index.ts
@@ -37,7 +37,7 @@ function bootstrapApi(api: Unpacked<ReturnType<typeof resolveApi>>) {
37
const {GENERATED_MAX_ID} = api["src/api/common/EntityFunctions"];
38
const login2FaWaitElementsConfig = {
39
input: () => document.querySelector("#modal input.input") as HTMLInputElement,
40
- button: () => document.querySelector("#modal input.input ~ div > button") as HTMLElement,
+ button: () => document.querySelector("#modal .flex-half.justify-end > button") as HTMLElement,
41
};
42
const endpoints: TutanotaApi = {
43
ping: () => of(null),
0 commit comments