Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into signup_custom_attr
Browse files Browse the repository at this point in the history
  • Loading branch information
powerful23 committed Jan 16, 2018
2 parents 2b5395e + 4bb9928 commit 377f5cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default class Authenticator extends React.Component {
super(props);
this.state = {
authState: props.authState || 'signIn',
authDate: props.authData
authData: props.authData
};

this.handleStateChange = this.handleStateChange.bind(this);
Expand Down
18 changes: 0 additions & 18 deletions packages/aws-amplify/src/Analytics/typings.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/aws-amplify/src/Common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export { default as JS } from './JS';
export { default as Signer } from './Signer';

export const Constants = {
userAgent: 'aws-amplify/0.1.22 js'
userAgent: 'aws-amplify/0.1.x js'
};

const logger = new Logger('Common');
Expand Down

0 comments on commit 377f5cf

Please sign in to comment.