This is the reason why the app is broken right now. So you can assume the app will be broken from now on.
Be sure to add countries to check from settings. You can double click to country name to add it.
It doesn't store your passwords in any way. If you are still can't trust it what you can do is since it's already open source you can read the code and build the app yourself.
If you are looking for releases to just use the program go to releases https://github.com/metkm/osu-mutual-finder/releases
.env.development
VITE_API_BASE_URL=http://localhost:3001
npm run tauri dev
database setup https://diesel.rs/guides/getting-started
.env.development
DATABASE_URL=postgres://user:password@localhost:5432/mutualfinder
CLIENT_ID=123
CLIENT_SECRET=123
AUTH_REDIRECT_URI=http://localhost:3001/api/authorize
REDIRECT_URI=http://localhost:3001