I am trying to solve the following system of equations: $|z|=2 \ ; |z-2|=2$
If $\ \ z=a+bi$ is a complex number I have got that $a=1$, but I don't know how to calculate $b$ because it gives me a contradition. I'm not sure of the result of $a$, I would like to find a good method of resolution of the system.
Thank you in advance.

$$\left| z \right| =2\\ \left| z-2 \right| =2\\ \sqrt { { a }^{ 2 }+{ b }^{ 2 } } =2\Rightarrow { a }^{ 2 }+{ b }^{ 2 }=4\\ \sqrt { { \left( a-2 \right) }^{ 2 }+{ b }^{ 2 } } =2\Rightarrow { a }^{ 2 }-4a+4+{ b }^{ 2 }=4\Rightarrow a=1\\ { a }^{ 2 }+{ b }^{ 2 }=4\Rightarrow b=\pm \sqrt { 3 } \\ \\ $$