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:
이담 정 2022-08-08 06:12:53 +00:00
commit 65c185fa03

View File

@ -93,6 +93,8 @@ export class AuthSignInComponent implements OnInit {
this.signInForm?.controls['password'].value
)
.then((res) => {
this.__webSessionStorageService.set('SESSION_ID', res.getSessionId());
const redirectURL =
this._activatedRoute.snapshot.queryParamMap.get('redirectURL') ||
'/signed-in-redirect';