Skip to content

Commit

Permalink
remove unverified email banner
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Nov 8, 2024
1 parent 1f5f0cd commit 4cde413
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
2 changes: 0 additions & 2 deletions apps/jetstream/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import AppStateResetOnOrgChange from './components/core/AppStateResetOnOrgChange
import LogInitializer from './components/core/LogInitializer';
import './components/core/monaco-loader';
import NotificationsRequestModal from './components/core/NotificationsRequestModal';
import { UnverifiedEmailAlert } from './components/core/UnverifiedEmailAlert';

export const App = () => {
const [userProfile, setUserProfile] = useState<Maybe<UserProfileUi>>();
Expand All @@ -38,7 +37,6 @@ export const App = () => {
<HeaderNavbar userProfile={userProfile} featureFlags={featureFlags} />
</div>
<div className="app-container slds-p-horizontal_xx-small slds-p-vertical_xx-small" data-testid="content">
<UnverifiedEmailAlert userProfile={userProfile} />
<Suspense fallback={<AppLoading />}>
<ErrorBoundary FallbackComponent={ErrorBoundaryFallback}>
<AppRoutes featureFlags={featureFlags} userProfile={userProfile} />
Expand Down
31 changes: 0 additions & 31 deletions apps/jetstream/src/app/components/core/UnverifiedEmailAlert.tsx

This file was deleted.

0 comments on commit 4cde413

Please sign in to comment.