fullboar / vc-showcase

Themeable Demo of Verifiable Credentials
Apache License 2.0
0 stars 2 forks source link

chore: fix back button for onboarding #33

Closed adamgrharvey closed 11 months ago

adamgrharvey commented 11 months ago

Changes back button on onboarding/SetupComplete slide to go back 2 slides instead of 1 slide.

If 'I Already Have My Credential' is selected on the onboarding/SetupConnection slide, the credential issuance is skipped. If you then go back to that credential connection page, the demo crashes with server error 500. By going back 2 slides, we bypass this connection request, and the demo continues to work.

adamgrharvey commented 11 months ago

@weslord