(message: string)
| 2150 | } |
| 2151 | |
| 2152 | showError(message: string): void { |
| 2153 | this.showStatus(`Error: ${message}`, 'error'); |
| 2154 | } |
| 2155 | |
| 2156 | showLoginProgressSpinner(label: string): LoginProgressSpinnerHandle { |
| 2157 | return this.showProgressSpinner(label); |
no test coverage detected