Skip to content

Commit 59faebe

Browse files
authored
Merge pull request #70 from auth0-samples/use-css-id
Use css id for buttons
2 parents 5fe400e + 6040a0c commit 59faebe

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)