Skip to content

Commit

Permalink
[add] - コメント
Browse files Browse the repository at this point in the history
  • Loading branch information
NfoAlex committed Jun 17, 2023
1 parent 378ace1 commit 0ab3285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ let registerUser = function registerUser(dat) { //dat=[0=>name(名前), 1=>key(
//デフォルトアイコンを新規ユーザー用にクローン
fs.copyFileSync("./img/default.jpeg", "./img/" + newID + ".jpeg");

//パスワードを返す
return db.dataUser.user[newID].pw;

}
Expand Down

0 comments on commit 0ab3285

Please sign in to comment.