Skip to content
Snippets Groups Projects

Resolve "Tutor Registration - match password against pwned database"

1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -84,7 +84,8 @@ export default {
this.$notify({
title: 'Error!',
text: `Unable to change password<br/>${reasons}`,
type: 'error'
type: 'error',
duration: -1
})
})
}
Loading