Skip to content

Commit fef51f8

Browse files
Drop unused code
1 parent 3aaa4a6 commit fef51f8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • production/skilljar-theme-v3.0/views

production/skilljar-theme-v3.0/views/auth.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ export function authView() {
4242
method: Q(".sj-text-sign-in-with") || Q(".sj-text-sign-up-with"),
4343
login: Q("#login-tab-left a span") || Q("#login-tab-left span span"),
4444
signup: Q("#login-tab-right a") || Q("#login-tab-right span"),
45-
46-
get altMethod() {
47-
return Q("span", CG.dom.auth.method);
48-
},
4945
};
5046

5147
text(CG.dom.local.auth.login, term.logIn);

0 commit comments

Comments
 (0)