[PR #1207] [MERGED] bug fix user manual account broken #1173

Closed
opened 2026-03-22 16:02:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1207
Author: @kai4avaya
Created: 2/27/2026
Status: Merged
Merged: 2/27/2026
Merged by: @profvjreddi

Base: devHead: bug/login-goes-to-dash-and-freezes


📝 Commits (1)

  • 81373c5 bug fix user manual account broken

📊 Changes

16 files changed (+660 additions, -386 deletions)

View changed files

tinytorch/site/extra/community/.gitignore (+8 -0)
📝 tinytorch/site/extra/community/app.js (+19 -31)
📝 tinytorch/site/extra/community/community.html (+110 -109)
📝 tinytorch/site/extra/community/modules/auth.js (+93 -77)
📝 tinytorch/site/extra/community/modules/candle.js (+9 -0)
📝 tinytorch/site/extra/community/modules/guard.js (+62 -51)
📝 tinytorch/site/extra/community/modules/profile.js (+2 -4)
📝 tinytorch/site/extra/community/modules/state.js (+49 -1)
📝 tinytorch/site/extra/community/modules/ui.js (+1 -1)
tinytorch/site/extra/community/package-lock.json (+78 -0)
tinytorch/site/extra/community/package.json (+12 -0)
tinytorch/site/extra/community/playwright.config.js (+21 -0)
📝 tinytorch/site/extra/community/profile_setup.html (+65 -112)
tinytorch/site/extra/community/tests/e2e/auth.spec.js (+77 -0)
tinytorch/site/extra/community/tests/e2e/credentials.example.json (+6 -0)
tinytorch/site/extra/community/tests/e2e/lifecycle.spec.js (+48 -0)

📄 Description

fixing a bug on manual email set up where user goes into a log in log out loop

This will require a site rebuild


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/1207 **Author:** [@kai4avaya](https://github.com/kai4avaya) **Created:** 2/27/2026 **Status:** ✅ Merged **Merged:** 2/27/2026 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `bug/login-goes-to-dash-and-freezes` --- ### 📝 Commits (1) - [`81373c5`](https://github.com/harvard-edge/cs249r_book/commit/81373c5dd72f25b25ae8f1cac7768e17fe1d5896) bug fix user manual account broken ### 📊 Changes **16 files changed** (+660 additions, -386 deletions) <details> <summary>View changed files</summary> ➕ `tinytorch/site/extra/community/.gitignore` (+8 -0) 📝 `tinytorch/site/extra/community/app.js` (+19 -31) 📝 `tinytorch/site/extra/community/community.html` (+110 -109) 📝 `tinytorch/site/extra/community/modules/auth.js` (+93 -77) 📝 `tinytorch/site/extra/community/modules/candle.js` (+9 -0) 📝 `tinytorch/site/extra/community/modules/guard.js` (+62 -51) 📝 `tinytorch/site/extra/community/modules/profile.js` (+2 -4) 📝 `tinytorch/site/extra/community/modules/state.js` (+49 -1) 📝 `tinytorch/site/extra/community/modules/ui.js` (+1 -1) ➕ `tinytorch/site/extra/community/package-lock.json` (+78 -0) ➕ `tinytorch/site/extra/community/package.json` (+12 -0) ➕ `tinytorch/site/extra/community/playwright.config.js` (+21 -0) 📝 `tinytorch/site/extra/community/profile_setup.html` (+65 -112) ➕ `tinytorch/site/extra/community/tests/e2e/auth.spec.js` (+77 -0) ➕ `tinytorch/site/extra/community/tests/e2e/credentials.example.json` (+6 -0) ➕ `tinytorch/site/extra/community/tests/e2e/lifecycle.spec.js` (+48 -0) </details> ### 📄 Description fixing a bug on manual email set up where user goes into a log in log out loop This will require a site rebuild --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 16:02:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#1173