AuthProps: {
    externalWallet: boolean;
    onLogin?: (() => void);
    theme: ThemeType;
}