Skip to content
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

Don't init .auth object until .onLoad #1

Merged
merged 1 commit into from
Nov 21, 2020

Commits on Nov 20, 2020

  1. Don't init .auth object until .onLoad

    Creating the .auth object directly at the top-level means the code
    from gargle is snapshotted at build time.
    
    This is needed for r-lib/gargle#157, but is a good change even without that PR.
    jcheng5 committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    161ce28 View commit details
    Browse the repository at this point in the history