Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Trèfle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Open source
Trèfle
Commits
f1a405ec
Commit
f1a405ec
authored
Apr 17, 2020
by
Lucas Détré
😺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo bug
parent
f023288b
Pipeline
#2776
passed with stage
in 1 minute and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
backoffice/src/components/Rule.vue
backoffice/src/components/Rule.vue
+1
-1
No files found.
backoffice/src/components/Rule.vue
View file @
f1a405ec
...
...
@@ -230,7 +230,7 @@
this
.
error_flags
.
noUser
=
false
;
this
.
error_flags
.
noPass
=
false
;
if
(
this
.
auth
.
email
==
''
)
his
.
error_flags
.
noUser
=
true
;
if
(
this
.
auth
.
email
==
''
)
t
his
.
error_flags
.
noUser
=
true
;
if
(
this
.
auth
.
password
==
''
)
{
this
.
error_flags
.
noPass
=
true
;
return
false
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment