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

Bugfix: Check for config/secrets.jl before opening #315

Merged
merged 1 commit into from Dec 7, 2020

Conversation

angusmoore
Copy link
Contributor

Before checking whether config/secrets.jl is using deprecated file syntax, make sure the file exists.

Without this check any app that has no config/secrets.jl file will cause an error on load (since the file doesn't exist), rather than generating a temporary token.

Bugfix to #312 which improved the config/secrets.jl file structure.

Before checking whether config/secrets.jl is using deprecated file syntax, make sure the file exists.

Without this check any app that has no config/secrets.jl file will cause an error on load (since the file doesn't exist), rather than generating a temporary token.

Bugfix to GenieFramework#312 which improved the config/secrets.jl file structure.
@essenciary
Copy link
Member

@angusmoore Great catch, thank you! 🤩

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants