mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-29 12:05:47 +08:00
移动文件
This commit is contained in:
@@ -6,12 +6,12 @@ module.exports =
|
|||||||
get:
|
get:
|
||||||
signup: (req, res) ->
|
signup: (req, res) ->
|
||||||
mAccount.authenticate req.token, (account) ->
|
mAccount.authenticate req.token, (account) ->
|
||||||
res.render 'signup',
|
res.render 'account/signup',
|
||||||
account: account
|
account: account
|
||||||
|
|
||||||
login: (req, res) ->
|
login: (req, res) ->
|
||||||
mAccount.authenticate req.token, (account) ->
|
mAccount.authenticate req.token, (account) ->
|
||||||
res.render 'login',
|
res.render 'account/login',
|
||||||
account: account
|
account: account
|
||||||
|
|
||||||
post:
|
post:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
extends layout
|
extends ../layout
|
||||||
|
|
||||||
prepend head
|
prepend head
|
||||||
title #{t("word.signup")} | #{t('app.name')}
|
title #{t("word.signup")} | #{t('app.name')}
|
||||||
Reference in New Issue
Block a user