refactor: Update account authentication and password input components
- Replace XKeypad with standard password input fields - Update user authentication and login info components - Modify password modification and account pages - Add sub-layout widget enhancements 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -151,6 +151,12 @@ export const SubLayout = () => {
|
||||
id: 'nictest00',
|
||||
password: 'nictest00'
|
||||
};
|
||||
|
||||
// userParmas = {
|
||||
// id: 'medi9332',
|
||||
// password: 'medi9332'
|
||||
// };
|
||||
|
||||
}
|
||||
callLogin(userParmas).then(() => {
|
||||
callHomeGroups();
|
||||
|
||||
Reference in New Issue
Block a user