Skip to content

Commit cc5d5cc

Browse files
fix: update authentication credentials to use username instead of email
1 parent a1d05a2 commit cc5d5cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

UIs/Landing/http/contracts/identity-schemes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export type AuthenticationCredentials = {
2-
email: string;
2+
username: string;
33
password: string;
44
};
55

0 commit comments

Comments
 (0)