Skip to content

Commit

Permalink
Require a name for creation services
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Nov 6, 2023
1 parent 84d3608 commit de45022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/account-creation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class AccountCreationPluginMetadata extends Struct {
/**
* A display name for the account creation service that is presented to users.
*/
@Struct.field('string', {optional: true}) declare name?: string
@Struct.field('string') declare name: string
/**
* A description to further identify the account creation service for users.
*/
Expand Down

0 comments on commit de45022

Please sign in to comment.