kolibri icon indicating copy to clipboard operation
kolibri copied to clipboard

Non-existent password ref

Open rtibbles opened this issue 1 year ago • 0 comments

Observed behavior

In the https://github.com/learningequality/kolibri/blob/release-v0.16.x/kolibri/plugins/setup_wizard/assets/src/views/SelectSuperAdminAccountForm.vue component, this.$refs.password is always undefined, which can give an unhandled error during certain operations.

Errors and logs

First reported here: https://github.com/learningequality/kolibri/blob/release-v0.16.x/kolibri/plugins/setup_wizard/assets/src/views/SelectSuperAdminAccountForm.vue

Expected behavior

References to non-existent refs should be removed.

User-facing consequences

Seemingly none.

rtibbles avatar Jan 23 '24 17:01 rtibbles