-
Notifications
You must be signed in to change notification settings - Fork 0
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
Oauth #19
Conversation
added grant with google and facebook configuration
# Conflicts: # mock-server/index.ts # package.json
… more good than bad. change mocks to work with accounts authenticated changed mocks to work with real logged in user data
# Conflicts: # src/app/shared/components/login-page/login-page.component.ts
fixed keyboard closing when send key is pressed in mobile
@@ -0,0 +1,3 @@ | |||
{ |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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(); |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kentak
No description provided.