Fix old typo
This commit is contained in:
parent
9375b6b2a6
commit
7a960cd8d6
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export async function errorBeforeEnter(to, from) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we've already encountered one error, clear session to avoid more.
|
// If we've already encountered one error, clear session to avoid more.
|
||||||
// Otherwise mark that we encoutnered an error here.
|
// Otherwise mark that we encountered an error here.
|
||||||
if (store.getters.applicationUser.hasAlreadyTriggeredError) {
|
if (store.getters.applicationUser.hasAlreadyTriggeredError) {
|
||||||
const errorPayload = {
|
const errorPayload = {
|
||||||
cause: "Successive errors triggered.",
|
cause: "Successive errors triggered.",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue