Turtiainen / assisdent-web-client-continuation

Tampere University COMP.SE.610/620 autumn 2023 Group Q project work
https://assisdent-web-client-continuation.vercel.app
Other
3 stars 0 forks source link

Domain field does not work on login functionality #54

Closed Turtiainen closed 11 months ago

Turtiainen commented 1 year ago

Description

Currently the domain field does not work. It always uses the domain made for this project.

DoD Make the domain selection dynamic.

BarryAlanPan commented 1 year ago

In current implementation, all api calling path are constants stored in constants.ts, which means all api callings are limited to immutable url, a dynamic url calling function need to be implemented to fix the bug.