Skip to content

Commit 007be47

Browse files
authored
[DYN-6353] Fix SignIn button title to reflect correct status when user is already signed in (#42)
* Update Static.js * Update version
1 parent 807a16a commit 007be47

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dynamods/splash-screen",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "Splash Screen maintained by Dynamo Team@Autodesk",
55
"author": "Autodesk Inc.",
66
"license": "MIT",

src/Static.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Static extends React.Component {
4949

5050
<Row className='mt-3'>
5151
<button id='btnSignIn' className='primaryButton' onClick={this.signIn} tabIndex={2}>
52-
{this.props.signInTitle}
52+
{this.state.signInTitle}
5353
</button>
5454
</Row>
5555

0 commit comments

Comments
 (0)