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
65c185fa03
|
@ -93,6 +93,8 @@ export class AuthSignInComponent implements OnInit {
|
||||||
this.signInForm?.controls['password'].value
|
this.signInForm?.controls['password'].value
|
||||||
)
|
)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
|
this.__webSessionStorageService.set('SESSION_ID', res.getSessionId());
|
||||||
|
|
||||||
const redirectURL =
|
const redirectURL =
|
||||||
this._activatedRoute.snapshot.queryParamMap.get('redirectURL') ||
|
this._activatedRoute.snapshot.queryParamMap.get('redirectURL') ||
|
||||||
'/signed-in-redirect';
|
'/signed-in-redirect';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user