Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components/formComponents/ConfirmSignUp.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class ConfirmSignUp extends React.Component {
<label className="block text-gray-700 text-sm font-bold mb-2" htmlFor="authcode">
Authentication Code
</label>

<input
onChange={this.onChange} name="authcode"
className="shadow appearance-none border rounded w-full py-2 px-3 text-gray-700 mb-3 leading-tight focus:outline-none focus:shadow-outline" id="authcode" type="authcode" />
Expand Down
Loading