mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
how to login via devtools #298
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kekkodance on GitHub (Mar 15, 2023).
how would i insert login details via devtools? is there a login function i can just supply with a username and password?
@meltyshev commented on GitHub (Apr 3, 2023):
Hi! Sorry for the late reply. There is no such function, but you can do something like this:
@kekkodance commented on GitHub (Apr 4, 2023):
thank you!