-
Notifications
You must be signed in to change notification settings - Fork 140
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 signup option #268
Add signup option #268
Conversation
src/signup.html
Outdated
<button type="submit" class="btn btn-success" id="signupbutton">Signup</button> | ||
<br> | ||
<p style="text-align: center;"> | ||
<a href="login.html" style="color: #fff; ">Already Registered?Want to Login</a> |
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.
Could you add a space between "?" or add a br tag
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.
Check it now @stealthanthrax
Check out now @stealthanthrax @0x48piraj @sachincool @gabru-md |
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.
Great Work !!
LGTM !! 🎉
src/js/signup.js
Outdated
success: function (response) { | ||
if(response.accepted){ | ||
alert(response.message); | ||
console.log(response); |
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.
Remove console log
Add signup option Add signup option
@gabru-md Have a look again |
Fixes #230
Checklist
master
branch.Short description of what this resolves:
Added option of signup from the chromebot
Screenshot