pub fn finalize_remove(service_name: &str) -> Result<()>Expand description
Drop the cached [auth] block when the auth provider is removed —
otherwise a later ryra add <svc> --auth thinks auth is still
configured and skips the auto-install path, then bombs out trying
to register an OIDC client against a non-existent authelia config.
The function name is preserved for caller compatibility; quadlet
removal is what actually finalises the install state.