2016-07-12 14 views
0

メーターアカウントで作業中です。私はルートとAccountsTemplateを設定していますが、私がルートページにいるとき、入力フィールドは表示されません。ここで流星口座が入力フィールドを表示していない

は私AccountsTemplate構成です:ブラウザで表示するときに

AccountsTemplates.configure({ 
    defaultTemplate: 'atForm', 
    defaultLayout: 'Appbody', 
    defaultContentRegion: 'main', 
    showForgotPasswordLink: true, 
    enablePasswordChange: true, 
sendVerificationEmail: true, 
confirmPassword: true, 
forbidClientAccountCreation: false, 
showPlaceholders: true, 
continuousValidation: true, 
negativeValidation: true, 
    defaultLayoutRegions: {}, 
    texts: { 
     button: { 
      signUp: "Register Now!", 
     } 
    } 
}); 

AccountsTemplates.configureRoute('signIn', { 
    name: 'signin', 
    path: '/signin' 
}); 

AccountsTemplates.configureRoute('signUp', { 
    name: 'join', 
    path: '/join' 
}); 

AccountsTemplates.configureRoute('forgotPwd'); 

AccountsTemplates.configureRoute('resetPwd', { 
    name: 'resetPwd', 
    path: '/reset-password' 
}); 

ただし、入力フィールドは、サインインの両方のために、隠されたページを登録されています。なぜこうなった?

+0

あなたが持っているではUIをアカウントとパスワードインストールを占めますか? – kpie

+0

いいえインストールされていません。 – 91Kamin

+0

私はインストールされてunstyledしている...それは間違っている? – 91Kamin

答えて

0

アカウントをダウンロード:アカウントを持つコアパッケージ:unstyled、あなたものアカウントをインストールする必要があります。パスワード(またはフィールドは表示されません)

関連する問題