File tree Expand file tree Collapse file tree 4 files changed +0
-585
lines changed
Expand file tree Collapse file tree 4 files changed +0
-585
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import Terms from './pages/Terms';
66import Privacy from './pages/Privacy' ;
77import LearnMore from './pages/LearnMore' ;
88import Pricing from './pages/Pricing' ;
9- import CliAuth from './pages/CliAuth/CliAuth' ;
109import { AuthProvider , useAuth } from './contexts/AuthContext' ;
1110
1211const AppContent : React . FC = ( ) => {
@@ -28,8 +27,6 @@ const AppContent: React.FC = () => {
2827 setCurrentPage ( 'learn-more' ) ;
2928 } else if ( hash === 'pricing' ) {
3029 setCurrentPage ( 'pricing' ) ;
31- } else if ( hash === 'cli-auth' ) {
32- setCurrentPage ( 'cli-auth' ) ;
3330 } else if ( hash === 'welcome' ) {
3431 setCurrentPage ( 'welcome' ) ;
3532 } else {
@@ -156,10 +153,6 @@ const AppContent: React.FC = () => {
156153 return < Pricing /> ;
157154 }
158155
159- if ( currentPage === 'cli-auth' ) {
160- return < CliAuth /> ;
161- }
162-
163156 return < Welcome /> ;
164157} ;
165158
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments