Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oauth #19

Merged
merged 20 commits into from
Jun 20, 2017
Merged

Oauth #19

merged 20 commits into from
Jun 20, 2017

Conversation

tomermoshe
Copy link
Owner

No description provided.

@@ -0,0 +1,3 @@
{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move it inside the mock-server folder

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

talked

@@ -31,6 +32,13 @@ export class ChatViewComponent implements OnInit, OnDestroy {
private cd: ChangeDetectorRef) {
}

sendMessageButtonFocus(event) {
this.messageInput.getElementRef().nativeElement.children[0].focus();
event.preventDefault();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does all event.stop are needed?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

}

async logout() {
AuthorizationMiddleware.removeToken();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kentak

@tomermoshe tomermoshe merged commit 5ecb636 into PWA Jun 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants