Skip to content

Commit

Permalink
Make login default to the call url
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Jan 10, 2021
1 parent 8228a7a commit 983cd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ import { setBaseUrl } from '@/shared/apiService';
import { AuthPayload } from '@/types';
const defaultURL = 'http://localhost:8080';
const defaultURL = window.location.origin || 'http://localhost:8080';
@Component({})
export default class Login extends Vue {
Expand Down

0 comments on commit 983cd50

Please sign in to comment.