Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

suport for registration lock #6

Open
morph027 opened this issue Feb 23, 2020 · 2 comments
Open

suport for registration lock #6

morph027 opened this issue Feb 23, 2020 · 2 comments

Comments

@morph027
Copy link
Collaborator

https://gitlab.com/morph027/signal-web-gateway/issues/14

@nanu-c nanu-c changed the title suuport for registration lock suport for registration lock Apr 7, 2020
@nanu-c
Copy link
Contributor

nanu-c commented Apr 7, 2020

After 1 week, the pin can deleted with:

func removePin() error {
	resp, err := transport.del(PIN_PATH)
	if err != nil {
		return err
	}
	if resp.isError() {
		return resp
	}
	return nil
}

Actually we have to find out if the pin is hashed

@nanu-c
Copy link
Contributor

nanu-c commented Apr 8, 2020

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants