-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The backend (Django) and the frontend (Vue) are now up and running on my machine but I've run into another issue - clicking on "Login" in the top right of the screen doesn't not (as one would expect) launch a modal to login or redirect to a login page.
Vue DevTools does show two events emitted upon click:
name: "login"
type: "$emit"
source: ""
payload: Array[0]
and
name: "click"
type: "$emit"
source: ""
payload: Array[1]
0: MouseEvent
No messages are logged in the browser console.
I did notice that Login.vue contains several references to girderRest and that recent changes in miqa-web have shown these being renamed to djangoRest. Changing these values does not correct the issue...but that is as far as I've progressed thus far.
Metadata
Metadata
Assignees
Labels
No labels