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

222200404 - work3 #61

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

hh404358
Copy link
Contributor

TODO:个人页面界面
30天免密
忘记密码
一个人对应一个list

// 注册
register(newuser: { username: string; email: string; password: string; }) {
this.user.push({ ...newuser });
console.log(this.nowuser.username + ':' + this.nowuser.password);

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information High

This logs sensitive data returned by
an access to password
as clear text.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant