Skip to content

Commit 2c0a417

Browse files
committed
adding instructions after auth populate
1 parent 816cef3 commit 2c0a417

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

auth/package.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,9 @@
177177
$emitter->call('auth-create', $payload);
178178
}
179179
}
180+
181+
$terminal = $this('terminal');
182+
$terminal->info('Created Login');
183+
$terminal->info(' - Username: admin');
184+
$terminal->info(' - Password: admin');
180185
});

0 commit comments

Comments
 (0)