success of signin is implemented

This commit is contained in:
병준 박 2022-08-08 02:55:11 +00:00
parent 8eb085c3b4
commit 080e597a76

View File

@ -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';