Skip to content

Commit fa0b7a8

Browse files
Everything working, just need amazon validate button
1 parent 99144aa commit fa0b7a8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

_history

Lines changed: 0 additions & 3 deletions
This file was deleted.

app/javascript/components/authentication-form/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const AuthenticationForm = ({ server: { id, name }, product, zone }) => {
3737
// if (authentication.amazon_key) {
3838
// setAmazonEdit(true);
3939
// }
40+
console.log(data);
4041
setState({
4142
isLoading: false,
4243
initialValues: data,

0 commit comments

Comments
 (0)