We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80530e2 commit d5571d5Copy full SHA for d5571d5
app/components/unverified-user-message.js
@@ -9,7 +9,7 @@ export default class UnverifiedUserMessage extends Component {
9
get shouldShowMessage() {
10
return this.session.isAuthenticated
11
&& this.isMessageVisible
12
- && !this.authManager.currentUser.isVerified;
+ && !this.authManager?.currentUser?.isVerified;
13
}
14
15
@action
0 commit comments