Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Vérification d'appareil] Impossible de régénérer un code de récupération #844

Closed
NicolasBuquet opened this issue Jun 5, 2023 · 1 comment
Labels
bug Something isn't working iOS

Comments

@NicolasBuquet
Copy link
Contributor

Lorsqu'une demande de vérification arrive sur iOS, il nous est proposé de vérifié l'appareil par signature croisée en saisissant le code de récupération.

image

Il est possible, dans cet écran, de réinitialiser le code de récupération :

image

L'appui sur le bouton "Réinitialiser" est sans effet.

Le code correspondant dans la version actuelle de l'application est désactivé, marqué en // TODO: Tchap: Support Reauthentication (SecretsReset) :

Il est dans le module Riot/Modules/Secrets/Reset/SecretsdResetViewModel.swift :

    private func askAuthentication() {
        // TODO: Tchap: Support Reauthentication (SecretsReset)
//        let setupCrossSigningRequest = self.crossSigningService.setupCrossSigningRequest()
//        self.coordinatorDelegate?.secretsResetViewModel(self, needsToAuthenticateWith: setupCrossSigningRequest)
    }
@NicolasBuquet NicolasBuquet added bug Something isn't working iOS labels Jun 5, 2023
@NicolasBuquet
Copy link
Contributor Author

Fixed by #942

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working iOS
Projects
None yet
Development

No branches or pull requests

1 participant