Skip to content

Commit

Permalink
Merge pull request #103 from FederatedAI/develop-1.7.0
Browse files Browse the repository at this point in the history
Merge pull request
  • Loading branch information
dylan-fan authored Nov 22, 2021
2 parents a3cf9c0 + b4156a9 commit 81a339f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.9</version>
<version>1.10.11</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions resources-front-end/src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const constantRouterMap = [
children: [
{
path: '/running',
name: 'RUNNINNG',
name: 'RUNNING',
component: () => import('@/views/job-running')
},
{
Expand Down Expand Up @@ -148,7 +148,7 @@ router.beforeEach((to, from, next) => {
next()
} else if (to.name === 'login') {
next({
name: 'RUNNINNG'
name: 'RUNNING'
})
} else {
next()
Expand Down
2 changes: 1 addition & 1 deletion resources-front-end/src/views/job-login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export default {
this.setAccount()
}
this.$router.push({
name: 'RUNNINNG'
name: 'RUNNING'
})
} else {
this.errorHint('Incorrect username or password')
Expand Down

0 comments on commit 81a339f

Please sign in to comment.