mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update comments
This commit is contained in:
parent
892de8df13
commit
42922cfb6b
1 changed files with 3 additions and 3 deletions
|
|
@ -119,7 +119,7 @@ class Auth
|
||||||
// Auth
|
// Auth
|
||||||
if ($id)
|
if ($id)
|
||||||
{
|
{
|
||||||
// @TODO
|
// @TODO activate existing record
|
||||||
}
|
}
|
||||||
|
|
||||||
// Generate new identity
|
// Generate new identity
|
||||||
|
|
@ -135,10 +135,10 @@ class Auth
|
||||||
)
|
)
|
||||||
) == 'gemini':
|
) == 'gemini':
|
||||||
|
|
||||||
// Init identity
|
// Init identity model
|
||||||
$identity = new Gemini;
|
$identity = new Gemini;
|
||||||
|
|
||||||
// Init auth record
|
// Add new auth record
|
||||||
$this->page->container->browser->database->auth->add(
|
$this->page->container->browser->database->auth->add(
|
||||||
$this->page->container->browser->database->identity->add(
|
$this->page->container->browser->database->identity->add(
|
||||||
$identity->crt(),
|
$identity->crt(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue