Add first login route
This commit is contained in:
@@ -5,8 +5,8 @@ package ent
|
||||
import (
|
||||
"encoding/json"
|
||||
"ersteller-lib/starter/ent/googleauth"
|
||||
"ersteller-lib/starter/ent/schema"
|
||||
"ersteller-lib/starter/ent/user"
|
||||
"ersteller-lib/starter/google"
|
||||
"fmt"
|
||||
"strings"
|
||||
"time"
|
||||
@@ -25,7 +25,7 @@ type GoogleAuth struct {
|
||||
// UpdatedAt holds the value of the "updated_at" field.
|
||||
UpdatedAt time.Time `json:"updated_at,omitempty"`
|
||||
// Credentials holds the value of the "credentials" field.
|
||||
Credentials google.Credentials `json:"credentials,omitempty"`
|
||||
Credentials schema.Credentials `json:"credentials,omitempty"`
|
||||
// Edges holds the relations/edges for other nodes in the graph.
|
||||
// The values are being populated by the GoogleAuthQuery when eager-loading is set.
|
||||
Edges GoogleAuthEdges `json:"edges"`
|
||||
|
||||
Reference in New Issue
Block a user