Skip to content

Commit 7c80dde

Browse files
committed
Заменил AjaxIdentification на Identification во всех примерах
1 parent b214a7e commit 7c80dde

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/components/sendit/identification.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
'auth' => [
148148
'successMessage' => 'Вы успешно авторизованы и будете перенаправлены в личный кабинет.',
149149
'validate' => 'email:required,password:required',
150-
'hooks' => 'AjaxIdentification',
150+
'hooks' => 'Identification',
151151
152152
'method' => 'login',
153153
@@ -201,7 +201,7 @@
201201

202202
```php:line-numbers
203203
'dataedit' => [
204-
'hooks' => 'AjaxIdentification',
204+
'hooks' => 'Identification',
205205
'method' => 'update',
206206
'successMessage' => 'Данные сохранены.',
207207
'clearFieldsOnSuccess' => 0,
@@ -237,7 +237,7 @@
237237

238238
```php:line-numbers
239239
'editpass' => [
240-
'hooks' => 'AjaxIdentification',
240+
'hooks' => 'Identification',
241241
'method' => 'update',
242242
'successMessage' => 'Пароль изменён.',
243243
@@ -268,7 +268,7 @@
268268

269269
```php:line-numbers
270270
'logout' => [
271-
'hooks' => 'AjaxIdentification',
271+
'hooks' => 'Identification',
272272
'method' => 'logout',
273273
'successMessage' => 'До новых встреч!',
274274
'redirectTo' => 1,
@@ -310,7 +310,7 @@
310310

311311
```php:line-numbers
312312
'forgot' => [
313-
'hooks' => 'AjaxIdentification,FormItSaveForm,FormItAutoResponder',
313+
'hooks' => 'Identification,FormItSaveForm,FormItAutoResponder',
314314
'method' => 'forgot',
315315
'successMessage' => 'Новый пароль отправлен на ваш email',
316316

0 commit comments

Comments
 (0)