success of signin is implemented
This commit is contained in:
parent
8eb085c3b4
commit
080e597a76
|
@ -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