Skip to content
Snippets Groups Projects

Update master with 2.1.1

Merged Shpuld Shpludson requested to merge rc/2.1.1 into master
26 files
+ 362
106
Compare changes
  • Side-by-side
  • Inline
Files
26
@@ -47,11 +47,6 @@ const passwordReset = {
if (status === 204) {
this.success = true
this.error = null
} else if (status === 404 || status === 400) {
this.error = this.$t('password_reset.not_found')
this.$nextTick(() => {
this.$refs.email.focus()
})
} else if (status === 429) {
this.throttled = true
this.error = this.$t('password_reset.too_many_requests')
Loading