Show actual information on oauth integration setting page
This commit is contained in:
parent
e475e43fef
commit
bdd862e649
14 changed files with 156 additions and 21 deletions
|
|
@ -110,6 +110,7 @@ func HandleOauthAccessCode(ctx context.Context, user *models.User, code string)
|
|||
AccessTokenExpires: omit.From(accessExpires),
|
||||
ArcgisID: omitnull.FromPtr[string](nil),
|
||||
ArcgisLicenseTypeID: omitnull.FromPtr[string](nil),
|
||||
Created: omit.From(time.Now()),
|
||||
InvalidatedAt: omitnull.FromPtr[time.Time](nil),
|
||||
RefreshToken: omit.From(token.RefreshToken),
|
||||
RefreshTokenExpires: omit.From(refreshExpires),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue