Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit 6c889a3

Browse files
committed
fixed typo on angular user module stateprovider states
1 parent 00c4f07 commit 6c889a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/dist/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ angular.module('users').config(['$stateProvider',
432432
url: '/password/forgot',
433433
templateUrl: 'modules/users/views/password/forgot-password.client.view.html'
434434
}).
435-
state('reset-invlaid', {
435+
state('reset-invalid', {
436436
url: '/password/reset/invalid',
437437
templateUrl: 'modules/users/views/password/reset-password-invalid.client.view.html'
438438
}).

0 commit comments

Comments
 (0)