Matt Raible 7 年之前
父節點
當前提交
10d2165962
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      TUTORIAL.md

+ 1
- 1
TUTORIAL.md 查看文件

192
   StormpathConfiguration, StormpathModule, StormpathIonicModule,
192
   StormpathConfiguration, StormpathModule, StormpathIonicModule,
193
   LoginPage, RegisterPage, ForgotPasswordPage
193
   LoginPage, RegisterPage, ForgotPasswordPage
194
 } from 'angular-stormpath';
194
 } from 'angular-stormpath';
195
-...
195
+
196
 export function stormpathConfig(): StormpathConfiguration {
196
 export function stormpathConfig(): StormpathConfiguration {
197
   let spConfig: StormpathConfiguration = new StormpathConfiguration();
197
   let spConfig: StormpathConfiguration = new StormpathConfiguration();
198
   spConfig.endpointPrefix = 'https://raible.apps.stormpath.io';
198
   spConfig.endpointPrefix = 'https://raible.apps.stormpath.io';