Skip to content

Commit

Permalink
remove default idpUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
josephguillaume authored and angelo-v committed Mar 1, 2024
1 parent 410ef63 commit 0ed4afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/src/components/pos-login-form/pos-login-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Component, Event, EventEmitter, h, Prop, State, Watch } from '@stencil/
},
})
export class PosLoginForm {
@State() idpUrl: string = "http://localhost:3000";
@State() idpUrl: string = "";

@State() canSubmit: boolean = true;

Expand Down

0 comments on commit 0ed4afe

Please sign in to comment.