Mayank Chhabra
Mayank Chhabra
That's an excellent nit! I'm annoyed by just looking at it lol.
Thanks, Gigi! Totally makes sense.
Awesome! Thanks, @PeterXMR. You can add the circular "i" icon (the info icon) after complicated terms, which when hovered shows the helper text. We also use it on the last...
Another good one!
Lol this has to be the most uninspiring bug fix
Ah, that should not have happened. We've disabled the start page after the user has registered, so it looks like a cache issue or something. Thanks for reporting, Shawn! Will...
Okay looks like @lukechilds was able to reproduce it: > If you lose connection to the umbrel, like change to a different network, the app is still running in the...
Thanks for the PR, @vindard! This would indeed be very useful for development purposes. In my testing, it seems to stop the background processes as intended, except one process (`fswatch`)...
Thanks again @vindard! 🙏
Sorry for the issue. Can you please try running this to disable 2FA (there's a slight difference in the comma in this command): ``` json_file="/home/umbrel/umbrel/db/user.json" && contents="$(jq 'del(.otpUri)' ${json_file})" &&...