Skip to content

Commit

Permalink
LoginResult message should be optional #10497
Browse files Browse the repository at this point in the history
  • Loading branch information
rymsha committed Apr 5, 2024
1 parent 64ab74b commit feb05a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/lib/lib-auth/src/main/resources/lib/xp/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface LoginParams {

export interface LoginResult {
authenticated: boolean;
message: string;
message?: string;
user?: User;
}

Expand Down

0 comments on commit feb05a9

Please sign in to comment.