Skip to content

probably will have to clean the token and User too #45

@github-actions

Description

@github-actions

https://api.github.com/morning4coffe-dev/project-sbs/blob/bb1a0f4feb86841b9d6092fb387e7bb1d7b9bd6d/ProjectSBS/ProjectSBS/Presentation/MainViewModel.cs#L110

    public async Task DoLogout(CancellationToken token)
    {
        await _authentication.LogoutAsync(_dispatcher, token);
        //TODO probably will have to clean the token and User too
    }

    public override void Unload()
    {
        throw new NotImplementedException();
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions