-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add SoCalGas #7728
Add SoCalGas #7728
Conversation
Added json file for the Utility company SoCalGas Added documentation and 2fa types Added PNG logo image
Updated the json file to overwrite the default SVG format to the IMG format
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
entries/s/socalgas.com.json
Outdated
"domain": "socalgas.com", | ||
"img": "site.com.png", | ||
"tfa": ["sms", "totp"], | ||
"documentation": "https://www.socalgas.com/help-center/2-factor-authentication", | ||
"regions": ["us"], | ||
"categories": ["utilities"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the pull request @johntheholman.
Could you please use the code style that the rest of the JSON files use? Where {
and [
are followed by new lines and ]
}
are prefixed by new lines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will update this. Not sure why the config is not working. Looking into that.
Added new lines per formatting guidance Added SVG logo Deleted PNG logo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! 😃
Your contribution will be visible in around 10 minutes. Sometimes it takes longer due to server and browser cache.
Thanks @Carlgo11 for such a quick turnaround. |
Added json file for the Utility company SoCalGas
Added documentation and 2fa types
Added PNG logo image