Skip to content

Commit 72f7b32

Browse files
committed
disable auto login
1 parent ef92c79 commit 72f7b32

File tree

1 file changed

+2
-2
lines changed
  • react/opentp-client/src/components/Login

1 file changed

+2
-2
lines changed

react/opentp-client/src/components/Login/Login.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ export default class Login extends React.Component<Props, State> {
8585
public componentDidMount(): void {
8686

8787
// uncommment to enable dev autologin
88-
this.username = "supportB"
89-
this.onLogin()
88+
//this.username = "supportA"
89+
//this.onLogin()
9090

9191
}
9292

0 commit comments

Comments
 (0)