We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fe400e + 6040a0c commit 59faebeCopy full SHA for 59faebe
1 file changed
01-Login/src/App.js
@@ -35,6 +35,7 @@ class App extends Component {
35
{
36
!isAuthenticated() && (
37
<Button
38
+ id="qsLoginBtn"
39
bsStyle="primary"
40
className="btn-margin"
41
onClick={this.login.bind(this)}
@@ -46,6 +47,7 @@ class App extends Component {
46
47
48
isAuthenticated() && (
49
50
+ id="qsLogoutBtn"
51
52
53
onClick={this.logout.bind(this)}
0 commit comments