show public key of generated private key
This commit is contained in:
@@ -66,7 +66,7 @@ class Controller extends BaseController
|
||||
]);
|
||||
}
|
||||
public function boarding() {
|
||||
if (currentTeam()->boarding || is_dev()) {
|
||||
if (currentTeam()->boarding || isDev()) {
|
||||
return view('boarding');
|
||||
} else {
|
||||
return redirect()->route('dashboard');
|
||||
|
Reference in New Issue
Block a user