File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
packages/agent-webapp/src/components Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,8 @@ export class UserCard extends LitElement {
4343 }
4444 } ;
4545
46- protected renderLogin = ( ) => html `
47- <h1> Conto so Pizza Membership Regis tration</ h1>
48- <reg- auth> </ reg- auth>
49- ` ;
50-
5146 protected renderError = ( ) => html `<p class= "error" >
52- Error during registration . Please retry later .
47+ Error during while loading your membership details . Please retry later .
5348 </ p> ` ;
5449
5550 protected renderRegistrationCard = ( ) => html `
@@ -105,8 +100,6 @@ export class UserCard extends LitElement {
105100 return this . isLoading
106101 ? this . renderLoading ( )
107102 : ! this . username
108- ? this . renderLogin ( )
109- : this . hasError
110103 ? this . renderError ( )
111104 : this . renderRegistrationCard ( ) ;
112105 }
You can’t perform that action at this time.
0 commit comments