Skip to content

Commit

Permalink
remove buttons used for dev testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bhnuka committed Nov 13, 2024
1 parent 913370a commit e33e094
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions peerprep/frontend/src/views/UserServiceViews/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,6 @@ const Login = () => {
Don't have an account?
<p><Link to="/signup" className="link">Sign up here</Link></p>
</p>

<button
onClick={() => navigate("/questions")}
className="alt-btn"
>
Go to Question Management
</button>
<button
onClick={() => navigate("/collabFull/" + topic + "/" + difficulty + "/" + questionId + "/" + sessionId)}
className="alt-btn"
>
Go to Collab Stub
</button>
</div>
</div>
);
Expand Down

0 comments on commit e33e094

Please sign in to comment.