fix: restore main transfer pages with smooth routing
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@ import { readStoredToken } from '@/utils/auth-storage'
|
||||
|
||||
const publicPageMeta = {
|
||||
showGlobalControls: true,
|
||||
showRouteLoading: true
|
||||
showRouteLoading: false,
|
||||
routeTransition: 'transfer-fade'
|
||||
}
|
||||
|
||||
const adminPageMeta = {
|
||||
|
||||
Reference in New Issue
Block a user