-
Notifications
You must be signed in to change notification settings - Fork 0
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
create auth page #18
create auth page #18
Conversation
Codecov Report
@@ Coverage Diff @@
## master #18 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 16 15 -1
Lines 70 68 -2
=========================================
- Hits 70 68 -2
Continue to review full report at Codecov.
|
<h1>Welcome to DWYL Authentication App!</h1> | ||
<p>To get started, login to your Google or Github ccount: <p> | ||
<a href="<%= @oauth_google_url %>"> | ||
<img src="https://i.imgur.com/Kagbzkq.png" alt="Sign in with Google" /> |
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.
@SimonLab using the <img>
button is fine for now. 👍
At some point we can convert them to SVG for consistency. see: dwyl/auth#44
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.
@SimonLab looks good. thanks! 👍
Create html page for auth login buttons