Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed Apr 2, 2024
1 parent 566492f commit 9001a1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/patches/TokenLogin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { TokenLoginLink } from "../Components/TokenLogin";
import Types from "../types";
export default (): void => {
PluginInjector.before(WebAuth, "default", (args) => {
console.log(args);
const [props] = args;
const container = util.findInReactTree(props, (c: Types.ReactTree) =>
c?.props?.children?.some?.((m) =>
Expand Down

0 comments on commit 9001a1b

Please sign in to comment.