|
|
@@ -11,7 +11,7 @@ import { defineComponent } from 'vue';
|
|
|
export default defineComponent({
|
|
|
methods: {
|
|
|
async login() {
|
|
|
- window.location = `http://${process.env.VUE_APP_PORTAL_HOST}/api/interaction?scope=openid&client_id=seec-seec&redirect_uri=${
|
|
|
+ window.location = `http://${process.env.VUE_APP_PORTAL_HOST}/interaction?scope=openid&client_id=seec-seec&redirect_uri=${
|
|
|
encodeURI(`http://${window.location.host}/`)
|
|
|
}` as unknown as Location;
|
|
|
},
|