async testLogin(): Promise<void> {
    const res = await this.as.getCurrentUser();

    this.authStatus = res;