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

registration problem fixed #72

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
![CSS](https://img.shields.io/badge/made%20with-CSS-blue)
![TypeScript](https://img.shields.io/badge/made%20with-TypeScript-yellow)
![React](https://img.shields.io/badge/made%20with-React-lightgrey)

# About STEM Diverse TV Content Management System

Content Management System (CMS) for managing content of STEM Diverse TV backend. This repository is for frontend part for STEM Diverse TV [backend](https://github.com/anitab-org/stem-diverse-tv), so we could manage add/remove and edit content of our platform apps.
Expand All @@ -17,7 +18,7 @@ At the moment all content is coming from Youtube, however we are planning to ext

## About STEM Diverse TV Project

STEM Diverse TV is a project which gather and provide inspiring, motivating, informative, educational and supportive videos about diversity in STEM. This is the frontend of the project.
STEM Diverse TV is a project which gather and provide inspiring, motivating, informative, educational and supportive videos about diversity in STEM. This is the backend of the project.

## Technical Stack

Expand Down
2 changes: 1 addition & 1 deletion src/pages/Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const Register = () => {
username: data.username,
email: data.email,
password: data.password,
termsAndConditionChecked,
terms_and_conditions_checked: termsAndConditionChecked,
};

try {
Expand Down
Loading