Profile
Session Management
IP Address | Browser | Device | Last Activity | Actions |
---|---|---|---|---|
{ses.IP} | {ses.Browser + ses.Version} | {ses.OS + ses.OSVersion} | {ses.AccessAt} |
Reset Password
Click to log out or terminate the current session.
package userView
import (
"github.com/fossyy/filekeeper/types"
"github.com/fossyy/filekeeper/view/layout"
"github.com/fossyy/filekeeper/session"
)
templ content(title string, user types.User, ListSession []*session.SessionInfo) {
@layout.Base(title){
@layout.Navbar(user)
Click to log out or terminate the current session.
Profile
Session Management
for _, ses := range ListSession {
IP Address
Browser
Device
Last Activity
Actions
}
{ses.IP}
{ses.Browser + ses.Version}
{ses.OS + ses.OSVersion}
{ses.AccessAt}
Reset Password