[PR #40] [MERGED] feat(auth): add remember-password login and clear local auth data card #72

Closed
opened 2026-02-27 16:42:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/router-for-me/Cli-Proxy-API-Management-Center/pull/40
Author: @LTbinglingfeng
Created: 12/31/2025
Status: Merged
Merged: 12/31/2025
Merged by: @LTbinglingfeng

Base: mainHead: dev


📝 Commits (1)

  • 3a66dc2 feat(auth): add remember-password login and clear local auth data card

📊 Changes

7 files changed (+82 additions, -9 deletions)

View changed files

📝 src/i18n/locales/en.json (+7 -1)
📝 src/i18n/locales/zh-CN.json (+7 -1)
📝 src/pages/LoginPage.tsx (+19 -2)
📝 src/pages/SystemPage.module.scss (+6 -0)
📝 src/pages/SystemPage.tsx (+19 -0)
📝 src/stores/useAuthStore.ts (+22 -5)
📝 src/types/auth.ts (+2 -0)

📄 Description

No description provided


🔄 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/router-for-me/Cli-Proxy-API-Management-Center/pull/40 **Author:** [@LTbinglingfeng](https://github.com/LTbinglingfeng) **Created:** 12/31/2025 **Status:** ✅ Merged **Merged:** 12/31/2025 **Merged by:** [@LTbinglingfeng](https://github.com/LTbinglingfeng) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`3a66dc2`](https://github.com/router-for-me/Cli-Proxy-API-Management-Center/commit/3a66dc225dcbcc7fcc6523199c3dfbe7d7bd29bc) feat(auth): add remember-password login and clear local auth data card ### 📊 Changes **7 files changed** (+82 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/i18n/locales/en.json` (+7 -1) 📝 `src/i18n/locales/zh-CN.json` (+7 -1) 📝 `src/pages/LoginPage.tsx` (+19 -2) 📝 `src/pages/SystemPage.module.scss` (+6 -0) 📝 `src/pages/SystemPage.tsx` (+19 -0) 📝 `src/stores/useAuthStore.ts` (+22 -5) 📝 `src/types/auth.ts` (+2 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 16:42:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Cli-Proxy-API-Management-Center#72
No description provided.