Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-Server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李帅
2023-05-17 01:36:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5ac1641af02ca02f05b516dd9dc0334ebe584abe
5ac1641a
1 parent
fc37e889
1.修复一些bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Http/Controllers/V1/AuthController.php
app/Http/Controllers/V1/AuthController.php
View file @
5ac1641
...
...
@@ -158,7 +158,7 @@ class AuthController extends Controller
'email'
=>
'required|email|unique:users|max:255'
,
'password'
=>
'required|min:6'
,
'verify_code'
=>
'required'
,
'nickname'
=>
'required'
,
'nickname'
=>
'required
|unique:users
'
,
]);
if
(
$validator
->
fails
())
{
...
...
Please
register
or
login
to post a comment