mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-24 01:34:26 +01:00
Merge branch 'dev' into feature/linking-accounts
This commit is contained in:
@@ -81,6 +81,7 @@ const loginHandler = async (req, res) => {
|
||||
await prisma.userKey.create({
|
||||
data: {
|
||||
key,
|
||||
name: "My original wallet key",
|
||||
user_id: createdUser.id,
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user