@@ -102,18 +102,17 @@ constructor(private _tokenService: Angular2TokenService) {
102102}
103103` ` `
104104
105- # ## Configuration Options
106- | Options | Description
107- | ----------------------------------- | --------------------------------------------- |
108- | ` apiPath? : string` | Sets base path all operations are based on |
109- | ` signInPath? : string` | Sets path for sign in |
110- | ` signOutPath? : string` | Sets path for sign out |
111- | ` validateTokenPath? : string` | Sets path for token validation |
112- | ` registerAccountPath? : string` | Sets path for account registration |
113- | ` deleteAccountPath? : string` | Sets path for account deletion |
105+ | Options | Description |
106+ | ----------------------------------- | ----------------------------------------------- |
107+ | ` apiPath? : string` | Sets base path all operations are based on |
108+ | ` signInPath? : string` | Sets path for sign in |
109+ | ` signOutPath? : string` | Sets path for sign out |
110+ | ` validateTokenPath? : string` | Sets path for token validation |
111+ | ` registerAccountPath? : string` | Sets path for account registration |
112+ | ` deleteAccountPath? : string` | Sets path for account deletion |
114113| ` registerAccountCallback? : string` | Sets the path user are redirected to after email confirmation for registration |
115- | ` updatePasswordPath? : string` | Sets path for password update |
116- | ` resetPasswordPath? : string` | Sets path for password reset |
114+ | ` updatePasswordPath? : string` | Sets path for password update |
115+ | ` resetPasswordPath? : string` | Sets path for password reset |
117116| ` resetPasswordCallback? : string` | Sets the path user are redirected to after email confirmation for password reset |
118117| ` userTypes? : UserTypes[]` | Allows the configuration of multiple user types (see [Multiple User Types](# multiple-user-types)) |
119118
0 commit comments