Skip to content

Commit 6040a0c

Browse files
committed
use css id
1 parent 5fe400e commit 6040a0c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

01-Login/src/App.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class App extends Component {
3535
{
3636
!isAuthenticated() && (
3737
<Button
38+
id="qsLoginBtn"
3839
bsStyle="primary"
3940
className="btn-margin"
4041
onClick={this.login.bind(this)}
@@ -46,6 +47,7 @@ class App extends Component {
4647
{
4748
isAuthenticated() && (
4849
<Button
50+
id="qsLogoutBtn"
4951
bsStyle="primary"
5052
className="btn-margin"
5153
onClick={this.logout.bind(this)}

0 commit comments

Comments
 (0)