Merge branch 'feature/BETERAN-BACKEND-APP-BROWSER-init' of https://gitlab.loafle.net/bet/beteran-backend-app-browser into feature/BETERAN-BACKEND-APP-BROWSER-init
This commit is contained in:
commit
f169ba12bc
|
@ -61,8 +61,8 @@ export class NatsService {
|
||||||
|
|
||||||
this.__webSessionStorageService
|
this.__webSessionStorageService
|
||||||
.watch('accessToken')
|
.watch('accessToken')
|
||||||
.subscribe((sessionId) => {
|
.subscribe((accessToken) => {
|
||||||
console.log('sessionId in NatsService', sessionId);
|
console.log('accessToken in NatsService', accessToken);
|
||||||
});
|
});
|
||||||
|
|
||||||
resolve();
|
resolve();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user