Fix duplicated sign in event (#28777)

GitOrigin-RevId: 92e81160b34207a215113a2af93206ca623adb52
This commit is contained in:
jmescuderowritefull
2025-10-01 09:40:46 +02:00
committed by Copybot
parent 5fe9d3d6e9
commit f0f7899de4

View File

@@ -1,4 +1,5 @@
export interface WritefullWindow {
isLoaded?: boolean
cm6?: any
overleafUserId?: string
}