Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 27cd560

Browse files
committed
chore: change uuid
!release: major
1 parent ffe7e81 commit 27cd560

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/modules/auth/auth.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export class AuthService {
263263
const options = await generateRegistrationOptions({
264264
rpName: this.rpName,
265265
rpID: this.rpId,
266-
userName: userId,
266+
userName: "Ponte",
267267
userID: new TextEncoder().encode(userId),
268268
attestationType: "none",
269269
excludeCredentials: existingPasskeys.map((pk) => ({

0 commit comments

Comments
 (0)