Remove blade

This commit is contained in:
Samuel Štancl 2021-07-08 14:36:54 +02:00 committed by GitHub
parent 22e06dae4f
commit 0da737e60e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,8 +61,8 @@ If you want to use the same keypair for all tenants, do the following.
{ {
$client = new ClientRepository(); $client = new ClientRepository();
$client->createPasswordGrantClient(null, 'Default password grant client', 'http://{{your.redirect.path}}'); $client->createPasswordGrantClient(null, 'Default password grant client', 'http://your.redirect.path');
$client->createPersonalAccessClient(null, 'Default personal access client', 'http://{{your.redirect.path}}'); $client->createPersonalAccessClient(null, 'Default personal access client', 'http://your.redirect.path');
} }
``` ```