refactor: rewrite oauth setup for the new api
This commit is contained in:
@ -76,7 +76,9 @@
|
||||
}
|
||||
</mat-form-field>
|
||||
|
||||
<OAuthProviders [canUnlink]="true" [activeProvidersId]="activatedProviders" (oAuthUpdateProviders)="updateProviders()"
|
||||
[message]="'Или можете получить часть данных от сторонних сервисов'"/>
|
||||
<OAuthProviders [canUnlink]="true" [activeProvidersId]="activatedProviders"
|
||||
(oAuthUpdateProviders)="updateProviders()"
|
||||
[message]="'Или можете получить часть данных от сторонних сервисов'"
|
||||
[action]="OAuthAction.Bind" [isSetup]="true"/>
|
||||
</div>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user