export interface ILoginDialogueOptions {
    showCancelButton: boolean;
    warningMessage: string;
}
