export interface LoginConfig { serverUrl: string; email: string; username: string; domain?: string; }