_Do not alter or remove anything below. The following sections will be managed by moderators only._
Reset link on proxy setup screen when there is data to reset. We can do a basic check like:isResettable to localized setup data in:\Google\Site_Kit\Core\Authentication\Authentication::inline_js_setup_dataCredentials exposed a new method to check if its option is set, but not required here.Credentials:has no longer works for this purpose since it does not differentiate between the source of the credentials (option/filter)_ResetButton - if Site Kit is not resettable, don't render itgetSiteKitAdminURL( 'googlesitekit-splash', { notification: 'reset_success' } )
<Notification> in setup-proxy.js based on the presence and value of this query parameter@aaemnnosttv
Add a new
hasCredentialsOptionto localized setup data in
I think we should keep this more generic as hasDataToReset or hasResettableData.
Also note that the IB doesn't yet cover the feedback notice.
Thanks @felixarntz - I've updated the IB to include both items you mentioned.
One thing to highlight here that's missing in the AC are the details of the notice (exactly what it should say, etc) which I added to the IB as something which is still needed as well. (cc: @marrrmarrr)
@aaemnnosttv Added this information to the ACs and referenced them in the IB.
Tested:
Installed latest SK Develop and disconnected.

Selected Reset Site Kit - functioned properly

Confirmed setting SK back up through the proxy functioned properly.
No reset link appears during setup:

Passed QA ✅
LGTM