Display calendar page with name of login, also add in README.md
This commit is contained in:
@@ -10,6 +10,7 @@ import (
|
||||
// This is all the user info that this script needs
|
||||
type UserInfo struct {
|
||||
Email string `json:"email"`
|
||||
Name string `json:"name"`
|
||||
}
|
||||
|
||||
type OAuthProvider struct {
|
||||
|
||||
Reference in New Issue
Block a user