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
|
||||
.watch('accessToken')
|
||||
.subscribe((sessionId) => {
|
||||
console.log('sessionId in NatsService', sessionId);
|
||||
.subscribe((accessToken) => {
|
||||
console.log('accessToken in NatsService', accessToken);
|
||||
});
|
||||
|
||||
resolve();
|
||||
|
|
Loading…
Reference in New Issue
Block a user