Skip to content

Commit

Permalink
Login Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tapixhx committed Jun 10, 2020
1 parent 44ba9cf commit 22ce11e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions chat-client/.firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ assets/images/Path 241.svg,1591039185852,49e7283be5d08ec823d2751af917f7e18ffa6d4
assets/images/Path 242.svg,1591039185856,18cd542f9497cbe9b750e7e989effc427f9c3235c1a2273721654256d45700a8
assets/images/phone.svg,1591039185876,9e8406a1d7e1343e9c00a23efa3617e3f395870664179ace3bda561d2c66b054
assets/images/Rectangle 21.svg,1591039185856,a0b8c0c36f78a00330b36c6ad2047c2b072303109c98e641bb9f2ff27fae0627
assets/images/share-screen.png,1591602049926,414f62d71231d82d3f6b264816a8c7dd7945ddbc7d1f6f4d29bbc502af1c22f6
assets/images/stop-share.png,1591604248308,0416a6db549fe461c03613b4b4504408d6bce87e0d7a5c6dd2f84624e3c21270
assets/images/share-screen.png,1591771850231,44af0580c4bc7c090d5a64d6dc16e0545f82a5fa063be3ddf80ce8243528140c
assets/images/silogo.svg,1591721027473,c4120ab773efb70a8fce637c9b408c23fce645aad7370d78d6816f7ca0bdef00
assets/images/stop-share.png,1591771906253,72908e17880273f8dc3ebbe6e76fe457192d3c7ea1cbffa1e1e3e86f860b3450
assets/images/stopspeak.png,1591039185876,07f76c284528f469995a2e62dbb11c30cb5e249db88747f769d15191d0e8c2a2
assets/images/video-off-other.png,1591267054506,92efb0aee5f665a3f26b1bbaf59cc64492025eb62feb33cea67abbdb025fce4b
assets/images/video-off.png,1591039185876,2c2181a809d88330d0fbcd92c50f1a8239a741519d0c84cc7c3b382533afaf5d
assets/images/video.png,1591039185876,bbb674752a337e00ada8e91df3473895c07f36ed41603d03aab16637974e1fa5
assets/images/wfh_9.svg,1591039185876,a573c47f40be1ceb7ef984f3a88d613fa8633d4448fc5e3f9b31f1f022e0bdbe
assets/images/whitesilogo.png,1591039185880,6038d1b0b17297494d7514156f344909aacb645d0dc4318038adde39f7454b29
index.html,1591721117842,851f779e163ee04cc83f8b1a85476f9249d56262bbfaacbfe97931464a0b8967
styles.3a946b3bdfde9236886d.css,1591721099161,634e3f22c9bd603f775b75bff756796d15ffd4860b2c2e823159c47f7d912c2d
assets/images/silogo.svg,1591721027473,c4120ab773efb70a8fce637c9b408c23fce645aad7370d78d6816f7ca0bdef00
3rdpartylicenses.txt,1591721099159,0694dce82e2bc3026d2a194a72a896b3d1faaae09afcffdc0508f80c7a7fbde6
main-es2015.b90f218b5d314e3feeca.js,1591721115750,6a38124379a40b73fb828cc1b0c88df52faef584d62c34f6cda2aed692c42c26
main-es5.b90f218b5d314e3feeca.js,1591721113992,e68699133354f8af6aa874c747f0061be8a484779951569d791a82bad45fa427
index.html,1591776539333,dd2fb4411e602fc5fbc6482a47f4f395d5b9d4a323cd13f4e20e924884ddc435
styles.3a946b3bdfde9236886d.css,1591776523952,634e3f22c9bd603f775b75bff756796d15ffd4860b2c2e823159c47f7d912c2d
3rdpartylicenses.txt,1591776523950,0694dce82e2bc3026d2a194a72a896b3d1faaae09afcffdc0508f80c7a7fbde6
main-es2015.b595a5276af5daf404a2.js,1591776537354,d2b5f90e7c4510bd461cb85bbd6225cbce171c784c1477e9a0f5e57582e7e53d
main-es5.b595a5276af5daf404a2.js,1591776535528,1e71b1a1df31667cfd95f659f1c2da6032fdb9a3a8ede59aae2438c98c4da907
2 changes: 1 addition & 1 deletion chat-client/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class AppComponent implements OnInit {
error(message) {
if(message=="jwt expired")
{
this.changeService.loginopen()
this.changeService.loginopen()
}
else
{
Expand Down
2 changes: 1 addition & 1 deletion chat-client/src/app/navbar/navbar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class NavbarComponent implements OnInit {
(error: HttpErrorResponse) => {
// console.log(error);
this.appcomponent.load=false;
if (error.error.message === "User is not verified") {
if (error.error.error === "User is not verified") {
this.router.navigate(['/verify', error.error.userId]);
this.wnt_login = false;
}
Expand Down

0 comments on commit 22ce11e

Please sign in to comment.