Skip to content

Commit cd23eaf

Browse files
remove console log
1 parent c040f14 commit cd23eaf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pages/settings.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ const Settings: NextPage = () => {
111111
}
112112
const provider = initialFlow.identity.metadata_public?.registration_scope?.provider_id;
113113
if (provider === "google") {
114-
console.log(document.querySelector('button[value="Microsoft"]'))
115114
document.querySelector('button[value="Microsoft"]')?.setAttribute("class", "hidden");
116115
} else if (provider === "microsoft") {
117116
document.querySelector('button[value="Google"]')?.setAttribute("class", "hidden");

0 commit comments

Comments
 (0)