-
Notifications
You must be signed in to change notification settings - Fork 21
Direct users to auth to reset app boot config #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
In the howto, there is a mention of the "unrebble" URI (under I want to add an original Pebble or Pebble Steel, but the firmware upgrade step displays "Migration Failed"). Maybe add a link to unrebble.html there? |
A better solution now exists in the form of a default app config link on the user's subscription page (see my other pull request)
Good idea. I have taken the liberty of making unrebble.html obsolete by submitting another pull request to include the URI in the auth/account page. I'll add info on that to the howto. |
@MisterSpak this is great! Would it be possible to break it into two PRs, one covering just the dependency on pebble-dev/rebble-auth-py#7 (i.e. since that may take some time to put into production) and the other covering the rest? 😍 👍 |
@ishotjr Done! I've created a new PR (#52) just for the changes that don't rely on updating |
@MisterSpak I had some feedback that I'd love to incorporate into this (or another) PR when poss.... ❤️ |
i will merge this
Notably removed reference to "de-rebble-ify" feature on auth, since that has not yet been merged (my fault for not catching this before merging this change originally)
I kinda screwed up my |
The purpose of this PR is now just for the two changes that direct users to go to
auth.rebble.io
to reset their Pebble app config. For just all the other changes, see #52.