We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90846d commit a4f5968Copy full SHA for a4f5968
1 file changed
frontend/src/app/deluxe-user/deluxe-user.component.ts
@@ -25,7 +25,7 @@ import { NgIf } from '@angular/common'
25
26
export class DeluxeUserComponent implements OnInit {
27
public membershipCost: number = 0
28
- public error: string = undefined
+ public error?: string = undefined
29
public applicationName = 'OWASP Juice Shop'
30
public logoSrc: string = 'assets/public/images/JuiceShop_Logo.png'
31
0 commit comments