Skip to content

Commit

Permalink
Merge branch 'next-release/main' into next-release/auto-sign-in
Browse files Browse the repository at this point in the history
  • Loading branch information
wlee221 committed Oct 31, 2022
2 parents 7ff9cd7 + 8413aa1 commit b458299
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environments/auth/auth-with-federated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "auth-with-federated-environment",
"version": "0.0.1",
"scripts": {
"pull": "amplify pull --appId d37a2ez9przpqq --envName dev"
"pull": "amplify pull --appId d2shm54ga6ji4x --envName staging"
}
}
2 changes: 1 addition & 1 deletion environments/auth/auth-with-totp-mfa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "auth-with-totp-mfa-environment",
"version": "0.0.1",
"scripts": {
"pull": "amplify pull --appId d4ukeoxgo5ztb --envName staging"
"pull": "amplify pull --appId d25ubxzwph9msx --envName staging"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function App({ isPassedToWithAuthenticator, signOut, user }: Props) {

return (
<>
<h1>Hello {user.username}</h1>
<h1>Hello {user?.username}</h1>
<button onClick={signOut}>Sign out</button>
</>
);
Expand Down

0 comments on commit b458299

Please sign in to comment.